@@ -23,23 +23,23 @@ class Locales
23
23
Locale . new ( glotpress : 'en-gb' , android : 'en-rGB' , google_play : 'en-US' ) ,
24
24
Locale . new ( glotpress : 'es' , android : 'es' , google_play : 'es-ES' ) ,
25
25
Locale . new ( glotpress : 'fr-ca' , android : 'fr-rCA' , google_play : 'fr-CA' ) ,
26
- Locale . new ( glotpress : 'fr' , android : 'fr' , google_play : 'fr-FR' ) ,
26
+ Locale . new ( glotpress : 'fr' , android : 'fr' , google_play : 'fr-FR' , ios : 'fr-FR' , app_store : 'fr-FR' ) ,
27
27
Locale . new ( glotpress : 'he' , android : 'he' , google_play : 'iw-IL' ) ,
28
28
Locale . new ( glotpress : 'id' , android : 'id' , google_play : 'id' ) ,
29
29
Locale . new ( glotpress : 'it' , android : 'it' , google_play : 'it-IT' ) ,
30
30
Locale . new ( glotpress : 'ja' , android : 'ja' , google_play : 'ja-JP' ) ,
31
31
Locale . new ( glotpress : 'ko' , android : 'ko' , google_play : 'ko-KR' ) ,
32
32
Locale . new ( glotpress : 'nl' , android : 'nl' , google_play : 'nl-NL' ) ,
33
33
Locale . new ( glotpress : 'pl' , android : 'pl' , google_play : 'pl-PL' ) ,
34
- Locale . new ( glotpress : 'pt-br' , android : 'pt-rBR' , google_play : 'pt-BR' ) ,
34
+ Locale . new ( glotpress : 'pt-br' , android : 'pt-rBR' , google_play : 'pt-BR' , ios : 'pt-BR' , app_store : 'pt-BR' ) ,
35
35
Locale . new ( glotpress : 'ru' , android : 'ru' , google_play : 'ru-RU' ) ,
36
36
Locale . new ( glotpress : 'sr' , android : 'sr' , google_play : 'sr' ) ,
37
37
Locale . new ( glotpress : 'sv' , android : 'sv' , google_play : 'sv-SE' ) ,
38
38
Locale . new ( glotpress : 'th' , android : 'th' , google_play : 'th' ) ,
39
39
Locale . new ( glotpress : 'tr' , android : 'tr' , google_play : 'tr-TR' ) ,
40
40
Locale . new ( glotpress : 'vi' , android : 'vi' , google_play : 'vi' ) ,
41
- Locale . new ( glotpress : 'zh-cn' , android : 'zh-rCN' , google_play : 'zh-CN' ) ,
42
- Locale . new ( glotpress : 'zh-tw' , android : 'zh-rTW' , google_play : 'zh-TW' ) ,
41
+ Locale . new ( glotpress : 'zh-cn' , android : 'zh-rCN' , google_play : 'zh-CN' , ios : 'zh-Hans' , app_store : 'zh-Hans' ) ,
42
+ Locale . new ( glotpress : 'zh-tw' , android : 'zh-rTW' , google_play : 'zh-TW' , ios : 'zh-Hant' , app_store : 'zh-Hant' ) ,
43
43
Locale . new ( glotpress : 'az' , android : 'az' ) ,
44
44
Locale . new ( glotpress : 'el' , android : 'el' ) ,
45
45
Locale . new ( glotpress : 'es-mx' , android : 'es-rMX' ) ,
0 commit comments