mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-06 02:33:48 +00:00
12 lines
183 B
JavaScript
Vendored
12 lines
183 B
JavaScript
Vendored
import Vue from 'vue'
|
|
import VueI18n from 'vue-i18n'
|
|
|
|
Vue.use(VueI18n)
|
|
|
|
const i18n = new VueI18n({
|
|
locale: config.locale,
|
|
silentTranslationWarn: true,
|
|
})
|
|
|
|
export default i18n
|