Skip to content
Snippets Groups Projects
Commit 81bf6185 authored by Maxim Filippov's avatar Maxim Filippov :new_moon_with_face:
Browse files

Merge branch 'master' into chore/readme

parents b9275c4d d2deb026
No related branches found
No related tags found
1 merge request!34Add README
This commit is part of merge request !34. Comments created here will be created in the context of that merge request.
......@@ -2,9 +2,8 @@ import Vue from 'vue'
import VueI18n from 'vue-i18n'
import Cookies from 'js-cookie'
import elementEnLocale from 'element-ui/lib/locale/lang/en' // element-ui lang
import elementZhLocale from 'element-ui/lib/locale/lang/zh-CN'// element-ui lang
import elementEsLocale from 'element-ui/lib/locale/lang/es'// element-ui lang
import elementOcLocale from 'element-ui/lib/locale/lang/oc' //element-ui lang
import elementZhLocale from 'element-ui/lib/locale/lang/zh-CN' // element-ui lang
import elementEsLocale from 'element-ui/lib/locale/lang/es' // element-ui lang
import enLocale from './en'
import zhLocale from './zh'
import esLocale from './es'
......@@ -27,7 +26,6 @@ const messages = {
},
oc: {
...ocLocale
...elementOcLocale
}
}
......
......@@ -158,4 +158,4 @@ export default {
closeOthers: 'Tampar los autres',
closeAll: 'Los tampar totes'
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment