Improved locales handling

This commit is contained in:
2023-03-19 12:14:10 +01:00
parent ffbb559f50
commit 88d6d54414
46 changed files with 360 additions and 388 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
import ScreenCenter from "@/components/screen-center/ScreenCenter.vue";
import RandomSomething from "@/components/random-something/RandomSomething.vue";
import { useI18n } from "vue-i18n";
import locale from "./locale.json";
import locale from "@/locales/home";
const { t } = useI18n({ messages: locale });
</script>