wip: RichText & Templating for i18n, refactored & began i18n for Discord Server Rules using the new features
This commit is contained in:
parent
feacb9b754
commit
a3adc2526f
25 changed files with 929 additions and 141 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
import router from "./router";
|
||||
import { vueI18nPlugin } from "./i18n";
|
||||
|
||||
createApp(App).use(router).mount("#app");
|
||||
createApp(App).use(router).use(vueI18nPlugin).mount("#app");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue