started migrating frontend localization

This commit is contained in:
vabene1111
2021-04-11 17:02:52 +02:00
parent f81500ec99
commit cce373a522
13 changed files with 166 additions and 31 deletions

View File

@ -1,8 +1,10 @@
import Vue from 'vue'
import App from './OfflineView.vue'
import i18n from "@/i18n";
Vue.config.productionTip = false
new Vue({
i18n,
render: h => h(App),
}).$mount('#app')