Merge pull request 'refs #7147 add value' (!260) from 7147-hotfixLanguage into master
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
Reviewed-on: #260 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
f0ccb526f0
|
@ -16,7 +16,7 @@ onMounted(() => {
|
|||
if (availableLocales.includes(userLang)) {
|
||||
locale.value = userLang;
|
||||
} else {
|
||||
locale.value = fallbackLocale;
|
||||
locale.value = fallbackLocale.value;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue