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

There is no OC locale in Vue Element Admin

parent 1cbdd212
No related branches found
No related tags found
1 merge request!33Linter fixes
This commit is part of merge request !33. Comments created here will be created in the context of that merge request.
......@@ -4,7 +4,6 @@ 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 enLocale from './en'
import zhLocale from './zh'
import esLocale from './es'
......@@ -26,8 +25,7 @@ const messages = {
...elementEsLocale
},
oc: {
...ocLocale,
...elementOcLocale
...ocLocale
}
}
......
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