mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
LanguageAutoToggle: change language even if it does not exist
if the locfile does not exist, it will just fall back to english
This commit is contained in:
parent
4759f2037c
commit
aea7ebb371
1 changed files with 1 additions and 3 deletions
|
@ -10,9 +10,7 @@
|
|||
|
||||
const updateLocale = () => {
|
||||
if ($settings.appearance.autoLanguage) {
|
||||
if ($locales.includes(device.preferredLocale)) {
|
||||
$locale = device.preferredLocale;
|
||||
}
|
||||
$locale = device.preferredLocale;
|
||||
} else {
|
||||
$locale = $settings.appearance.language;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue