mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
{firefox,chromium}: accept regional languages as well to not fallback to Russian?
This commit is contained in:
parent
0e5b94c867
commit
c8e85859c3
@ -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. :(",
|
||||
|
@ -1,3 +1,13 @@
|
||||
{
|
||||
"ForcedLanguages": ["fi", "en", "ru"]
|
||||
"ForcedLanguages": [
|
||||
"fi",
|
||||
"fi-FI",
|
||||
"en",
|
||||
"en-FI",
|
||||
"en-EU",
|
||||
"en-IE",
|
||||
"en-US",
|
||||
"ru",
|
||||
"ru-RU"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user