This commit is contained in:
Shiny Nematoda 2023-07-29 11:17:21 +00:00
parent 9ff5d5f981
commit d1292aea7c
4 changed files with 9 additions and 4 deletions

View file

@ -140,6 +140,7 @@ export const useI18n = defineStore('i18n', () => {
.then(mod => {
map.value[code] = mod;
locale.value = code;
localStorage.locale ??= code;
});
}