|
@@ -9,6 +9,11 @@ import enLocal from 'element-ui/lib/locale/lang/en';
|
|
|
import jaLocal from 'element-ui/lib/locale/lang/ja';
|
|
|
import deLocal from 'element-ui/lib/locale/lang/de';
|
|
|
import ruLocal from 'element-ui/lib/locale/lang/ru-RU';
|
|
|
+import esLocal from 'element-ui/lib/locale/lang/es';
|
|
|
+import frLocal from 'element-ui/lib/locale/lang/fr';
|
|
|
+import koLocal from 'element-ui/lib/locale/lang/ko';
|
|
|
+import thLocal from 'element-ui/lib/locale/lang/th';
|
|
|
+import hiLocal from './hi';
|
|
|
|
|
|
Vue.use(VueI18n);
|
|
|
import { getToken } from "@/utils/auth";
|
|
@@ -45,6 +50,21 @@ const i18n = new VueI18n({
|
|
|
},
|
|
|
RU: {
|
|
|
...ruLocal
|
|
|
+ },
|
|
|
+ ES: {
|
|
|
+ ...esLocal
|
|
|
+ },
|
|
|
+ FR: {
|
|
|
+ ...frLocal
|
|
|
+ },
|
|
|
+ KO: {
|
|
|
+ ...koLocal
|
|
|
+ },
|
|
|
+ TH: {
|
|
|
+ ...thLocal
|
|
|
+ },
|
|
|
+ HI: {
|
|
|
+ ...hiLocal
|
|
|
}
|
|
|
},
|
|
|
silentTranslationWarn: true
|