refs #7147 add value #260

Merged
alexm merged 1 commits from 7147-hotfixLanguage into master 2024-03-27 12:40:36 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e651e116e7 - Show all commits

View File

@ -16,7 +16,7 @@ onMounted(() => {
if (availableLocales.includes(userLang)) {
locale.value = userLang;
} else {
locale.value = fallbackLocale;
locale.value = fallbackLocale.value;
}
});