mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 11:15:58 +00:00
v1.5-beta.1
This commit is contained in:
Vendored
+2
-2
@@ -2,7 +2,7 @@ import Vue from 'vue';
|
||||
import VueI18n from 'vue-i18n';
|
||||
|
||||
import en from './lang/en.json'
|
||||
//import sk from './lang/sk.json'
|
||||
import sk from './lang/sk.json'
|
||||
//import cn from './lang/cn.json'
|
||||
|
||||
Vue.use(VueI18n);
|
||||
@@ -10,7 +10,7 @@ Vue.use(VueI18n);
|
||||
const i18n = new VueI18n({
|
||||
locale: config.locale,
|
||||
messages: Object.assign({
|
||||
en
|
||||
en, sk
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user