@@ -23,23 +23,23 @@ class Locales
2323 Locale . new ( glotpress : 'en-gb' , android : 'en-rGB' , google_play : 'en-US' ) ,
2424 Locale . new ( glotpress : 'es' , android : 'es' , google_play : 'es-ES' ) ,
2525 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' ) ,
2727 Locale . new ( glotpress : 'he' , android : 'he' , google_play : 'iw-IL' ) ,
2828 Locale . new ( glotpress : 'id' , android : 'id' , google_play : 'id' ) ,
2929 Locale . new ( glotpress : 'it' , android : 'it' , google_play : 'it-IT' ) ,
3030 Locale . new ( glotpress : 'ja' , android : 'ja' , google_play : 'ja-JP' ) ,
3131 Locale . new ( glotpress : 'ko' , android : 'ko' , google_play : 'ko-KR' ) ,
3232 Locale . new ( glotpress : 'nl' , android : 'nl' , google_play : 'nl-NL' ) ,
3333 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' ) ,
3535 Locale . new ( glotpress : 'ru' , android : 'ru' , google_play : 'ru-RU' ) ,
3636 Locale . new ( glotpress : 'sr' , android : 'sr' , google_play : 'sr' ) ,
3737 Locale . new ( glotpress : 'sv' , android : 'sv' , google_play : 'sv-SE' ) ,
3838 Locale . new ( glotpress : 'th' , android : 'th' , google_play : 'th' ) ,
3939 Locale . new ( glotpress : 'tr' , android : 'tr' , google_play : 'tr-TR' ) ,
4040 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' ) ,
4343 Locale . new ( glotpress : 'az' , android : 'az' ) ,
4444 Locale . new ( glotpress : 'el' , android : 'el' ) ,
4545 Locale . new ( glotpress : 'es-mx' , android : 'es-rMX' ) ,
0 commit comments