Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Angelina Filippova
admin-fe
Commits
64c82c5b
Commit
64c82c5b
authored
Aug 14, 2019
by
Maxim Filippov
🌚
Browse files
Linter fixes
parent
0241c3d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lang/index.js
View file @
64c82c5b
...
...
@@ -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
}
}
...
...
src/lang/oc.js
View file @
64c82c5b
...
...
@@ -158,4 +158,4 @@ export default {
closeOthers
:
'
Tampar los autres
'
,
closeAll
:
'
Los tampar totes
'
}
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment