mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
closes #136
This commit is contained in:
parent
9ff5d5f981
commit
d1292aea7c
4 changed files with 9 additions and 4 deletions
|
@ -140,6 +140,7 @@ export const useI18n = defineStore('i18n', () => {
|
|||
.then(mod => {
|
||||
map.value[code] = mod;
|
||||
locale.value = code;
|
||||
localStorage.locale ??= code;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue