Update translations + JS

This commit is contained in:
James Cole
2020-10-17 21:41:13 +02:00
parent a79f7e3b59
commit 937c11e83c
76 changed files with 1656 additions and 1603 deletions

View File

@@ -26,7 +26,7 @@ import VueI18n from 'vue-i18n'
import * as uiv from 'uiv';
window.vuei18n = VueI18n;
window.uiv =uiv;
window.uiv = uiv;
Vue.use(vuei18n);
Vue.use(uiv);
window.Vue = Vue;