move to nuxt-i18n, switch language,address #171
This commit is contained in:
@@ -89,7 +89,8 @@
|
||||
"label": "Label",
|
||||
"collections": "Collections",
|
||||
"close": "Close",
|
||||
"plugins": "Plugins"
|
||||
"plugins": "Plugins",
|
||||
"help_translate": "Help Translate"
|
||||
},
|
||||
"login": {
|
||||
"description": "By logging in you can publish new events.",
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
export default {
|
||||
ca: 'Català',
|
||||
de: 'Deutsch',
|
||||
en: 'English',
|
||||
es: 'Español',
|
||||
eu: 'Euskara',
|
||||
fr: 'Francais',
|
||||
gl: 'Galego',
|
||||
it: 'Italiano',
|
||||
nb: 'Norwegian Bokmål',
|
||||
pl: 'Polski',
|
||||
sk: 'Slovak'
|
||||
}
|
||||
@@ -1,13 +1,13 @@
|
||||
module.exports = {
|
||||
en: 'English',
|
||||
eu: 'Euskara',
|
||||
ca: 'Català',
|
||||
de: 'Deutsch',
|
||||
en: 'English',
|
||||
es: 'Español',
|
||||
eu: 'Euskara',
|
||||
fr: 'Francais',
|
||||
gl: 'Galego',
|
||||
it: 'Italiano',
|
||||
ca: 'Català',
|
||||
fr: 'Francais',
|
||||
nb: 'Norwegian Bokmål',
|
||||
sk: 'Slovak',
|
||||
pl: 'Polski'
|
||||
pl: 'Polski',
|
||||
sk: 'Slovak'
|
||||
}
|
||||
|
||||
@@ -87,7 +87,8 @@
|
||||
"import": "Importa",
|
||||
"max_events": "N. massimo eventi",
|
||||
"label": "Etichetta",
|
||||
"collections": "Bolle"
|
||||
"collections": "Bolle",
|
||||
"help_translate": "Aiuta a tradurre"
|
||||
},
|
||||
"login": {
|
||||
"description": "Entrando puoi pubblicare nuovi eventi.",
|
||||
|
||||
Reference in New Issue
Block a user