mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
{firefox,chromium}: mess up locales once again
This commit is contained in:
parent
a2e39104ba
commit
cefbd654f8
@ -562,9 +562,9 @@
|
|||||||
"Value": "once"
|
"Value": "once"
|
||||||
},
|
},
|
||||||
"intl.accept_languages": {
|
"intl.accept_languages": {
|
||||||
"Status": "clear",
|
"Status": "user",
|
||||||
"Type": "string",
|
"Type": "string",
|
||||||
"Value": "fi-FI, fi, en-US, en"
|
"Value": "fi-FI, fi, en-FI, en-US, en, ru-RU, ru"
|
||||||
},
|
},
|
||||||
"javascript.use_us_english_locale": {
|
"javascript.use_us_english_locale": {
|
||||||
"Comment": "Preference not allowed for stability reasons. :(",
|
"Comment": "Preference not allowed for stability reasons. :(",
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
"ForcedLanguages": [
|
"ForcedLanguages": [
|
||||||
"en-FI",
|
"en-FI",
|
||||||
"en-US",
|
"en-US",
|
||||||
"en"
|
"en",
|
||||||
|
"ru-RU",
|
||||||
|
"ru"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,10 @@
|
|||||||
"ForcedLanguages": [
|
"ForcedLanguages": [
|
||||||
"fi-FI",
|
"fi-FI",
|
||||||
"fi",
|
"fi",
|
||||||
|
"en-FI",
|
||||||
"en-US",
|
"en-US",
|
||||||
"en"
|
"en",
|
||||||
|
"ru-RU",
|
||||||
|
"ru"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user