feature: zapamiętywanie języka

This commit is contained in:
2023-08-22 18:34:15 +02:00
parent ae7be6d6f8
commit a7f92d3ec5
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@ export default {
chooseLocale(locale: string) {
this.$i18n.locale = locale;
window.localStorage.setItem('locale', locale);
},
},
};