mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
L18n: Set fallback languages for locales
Russian as fallback for cyrillic locales and English for other ones
This commit is contained in:
parent
c8b44ce9a2
commit
d2814bef01
11 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
"__locale" = "hy_AM.utf8;hy_AM.UTF-8;Arm";
|
||||
"__WinEncoding" = "Windows-1251";
|
||||
"__fallback" = "en";
|
||||
|
||||
/* Check for https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html */
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"__locale" = "be_BY.UTF-8;Bel";
|
||||
"__fallback" = "ru";
|
||||
|
||||
/* Check for https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html */
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
"__locale" = "be_BY@latin;Bel_Lat";
|
||||
"__WinEncoding" = "Windows-1251";
|
||||
"__fallback" = "ru";
|
||||
|
||||
/* Check for https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html */
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"__locale" = "de_DE.UTF-8;Deu";
|
||||
"__fallback" = "en";
|
||||
|
||||
/* Check for https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html */
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"__locale" = "eo.utf8";
|
||||
"__fallback" = "en";
|
||||
|
||||
/* Check for https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html */
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"__locale" = "kk_KZ.UTF-8;Kaz";
|
||||
"__fallback" = "ru";
|
||||
|
||||
/* Check for https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html */
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
"__locale" = "pl_PL.utf8;pl_PL.UTF-8;Pol";
|
||||
"__WinEncoding" = "Windows-1251";
|
||||
"__fallback" = "en";
|
||||
|
||||
/* Check for https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html */
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"__locale" = "sr_CS.UTF-8;Srb";
|
||||
"__fallback" = "ru";
|
||||
|
||||
/* Check for https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html */
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"__locale" = "sr_CS.UTF-8;Srb_Latin";
|
||||
"__fallback" = "en";
|
||||
|
||||
/* Check for https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html */
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"__locale" = "tr_TR.UTF-8;Tur";
|
||||
"__fallback" = "en";
|
||||
|
||||
/* Check for https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html */
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
"__locale" = "uk_UA.utf8;Ukr";
|
||||
"__WinEncoding" = "Windows-1251";
|
||||
"__fallback" = "ru";
|
||||
|
||||
/* Check for https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html */
|
||||
|
||||
|
|
Loading…
Reference in a new issue