{firefox,chromium}: accept regional languages as well to not fallback to Russian?

This commit is contained in:
Aminda Suomalainen 2024-05-19 18:19:22 +03:00
parent 0e5b94c867
commit c8e85859c3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 12 additions and 2 deletions

View File

@ -362,7 +362,7 @@
"intl.accept_languages": {
"Status": "locked",
"Type": "string",
"Value": "fi, en, ru"
"Value": "fi, fi-FI, en, en-FI, en-EU, en-IE, en-US, ru, ru-RU"
},
"javascript.use_us_english_locale": {
"Comment": "Preference not allowed for stability reasons. :(",

View File

@ -1,3 +1,13 @@
{
"ForcedLanguages": ["fi", "en", "ru"]
"ForcedLanguages": [
"fi",
"fi-FI",
"en",
"en-FI",
"en-EU",
"en-IE",
"en-US",
"ru",
"ru-RU"
]
}