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