L18n: Set fallback languages for locales

Russian as fallback for cyrillic locales and English for other ones
This commit is contained in:
WerySkok 2021-12-22 18:04:27 +03:00
parent c8b44ce9a2
commit d2814bef01
Signed by untrusted user who does not match committer: WerySkok
GPG key ID: 155613DFBB4AA60B
11 changed files with 11 additions and 0 deletions

View file

@ -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 */

View file

@ -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 */

View file

@ -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 */

View file

@ -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 */

View file

@ -1,4 +1,5 @@
"__locale" = "eo.utf8";
"__fallback" = "en";
/* Check for https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html */

View file

@ -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 */

View file

@ -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 */

View file

@ -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 */

View file

@ -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 */

View file

@ -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 */

View file

@ -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 */