@@ -107,39 +107,39 @@ public T get(Object key) {
107
107
public static final ArgsMap <InstabugLocale > locales = new ArgsMap <InstabugLocale >() {{
108
108
put ("IBGLocale.arabic" , InstabugLocale .ARABIC );
109
109
put ("IBGLocale.azerbaijani" , InstabugLocale .AZERBAIJANI );
110
- put ("IBGLocale.bulgarian" , InstabugLocale .BULGARIAN ),
110
+ put ("IBGLocale.bulgarian" , InstabugLocale .BULGARIAN );
111
111
put ("IBGLocale.chineseSimplified" , InstabugLocale .SIMPLIFIED_CHINESE );
112
112
put ("IBGLocale.chineseTraditional" , InstabugLocale .TRADITIONAL_CHINESE );
113
- put ("IBGLocale.croatian" , InstabugLocale .CROATIAN ),
113
+ put ("IBGLocale.croatian" , InstabugLocale .CROATIAN );
114
114
put ("IBGLocale.czech" , InstabugLocale .CZECH );
115
115
put ("IBGLocale.danish" , InstabugLocale .DANISH );
116
116
put ("IBGLocale.dutch" , InstabugLocale .NETHERLANDS );
117
117
put ("IBGLocale.english" , InstabugLocale .ENGLISH );
118
- put ("IBGLocale.estonian" , InstabugLocale .ESTONIAN ),
118
+ put ("IBGLocale.estonian" , InstabugLocale .ESTONIAN );
119
119
put ("IBGLocale.finnish" , InstabugLocale .FINNISH );
120
120
put ("IBGLocale.french" , InstabugLocale .FRENCH );
121
121
put ("IBGLocale.german" , InstabugLocale .GERMAN );
122
- put ("IBGLocale.greek" , InstabugLocale .GREEK ),
122
+ put ("IBGLocale.greek" , InstabugLocale .GREEK );
123
123
put ("IBGLocale.hungarian" , InstabugLocale .HUNGARIAN );
124
124
put ("IBGLocale.indonesian" , InstabugLocale .INDONESIAN );
125
125
put ("IBGLocale.italian" , InstabugLocale .ITALIAN );
126
126
put ("IBGLocale.japanese" , InstabugLocale .JAPANESE );
127
127
put ("IBGLocale.korean" , InstabugLocale .KOREAN );
128
- put ("IBGLocale.latvian" , InstabugLocale .LATVIAN ),
129
- put ("IBGLocale.lithuanian" , InstabugLocale .LITHUANIAN ),
128
+ put ("IBGLocale.latvian" , InstabugLocale .LATVIAN );
129
+ put ("IBGLocale.lithuanian" , InstabugLocale .LITHUANIAN );
130
130
put ("IBGLocale.norwegian" , InstabugLocale .NORWEGIAN );
131
131
put ("IBGLocale.polish" , InstabugLocale .POLISH );
132
132
put ("IBGLocale.portugueseBrazil" , InstabugLocale .PORTUGUESE_BRAZIL );
133
133
put ("IBGLocale.portuguesePortugal" , InstabugLocale .PORTUGUESE_PORTUGAL );
134
134
put ("IBGLocale.romanian" , InstabugLocale .ROMANIAN );
135
135
put ("IBGLocale.russian" , InstabugLocale .RUSSIAN );
136
- put ("IBGLocale.serbian" , InstabugLocale .SERBIAN ),
136
+ put ("IBGLocale.serbian" , InstabugLocale .SERBIAN );
137
137
put ("IBGLocale.slovak" , InstabugLocale .SLOVAK );
138
- put ("IBGLocale.slovenian" , InstabugLocale .SLOVENIAN ),
138
+ put ("IBGLocale.slovenian" , InstabugLocale .SLOVENIAN );
139
139
put ("IBGLocale.spanish" , InstabugLocale .SPANISH );
140
140
put ("IBGLocale.swedish" , InstabugLocale .SWEDISH );
141
141
put ("IBGLocale.turkish" , InstabugLocale .TURKISH );
142
- put ("IBGLocale.ukrainian" , InstabugLocale .UKRAINIAN ),
142
+ put ("IBGLocale.ukrainian" , InstabugLocale .UKRAINIAN );
143
143
}};
144
144
145
145
public static final ArgsMap <Key > placeholders = new ArgsMap <Key >() {{
0 commit comments