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