feat: implemented new i18n system

This commit is contained in:
Benjamin Singleton 2025-06-14 11:57:28 -05:00
parent 4b4e8b7aa8
commit 032cfb2bfd
11 changed files with 254 additions and 124 deletions

View file

@ -1,6 +1,5 @@
import { createApp } from "vue";
import App from "./App.vue";
import router from "./routes";
import i18n from "./i18n";
createApp(App).use(i18n).use(router).mount("#app");
createApp(App).use(router).mount("#app");