Improved locales handling

This commit is contained in:
2023-03-19 12:14:10 +01:00
parent c5a5d44b04
commit 8585575320
46 changed files with 360 additions and 388 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
import AnimalHouse from "./cards/AnimalHouse.vue";
import TweetAnalysis from "./cards/TweetAnalysis.vue";
import { useI18n } from "vue-i18n";
import locale from "./locale.json";
import locale from "@/locales/projects";
const { t } = useI18n({ messages: locale });
</script>