mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 11:21:41 +03:00
spanish added
This commit is contained in:
parent
a9f7631d46
commit
d8b8c8f535
@ -1,6 +1,7 @@
|
||||
export default {
|
||||
'en-US': require('./en-US.json'),
|
||||
'de-DE': require('./de-DE.json'),
|
||||
'es-ES': require('./es-ES.json'),
|
||||
'hu-HU': require('./hu-HU.json'),
|
||||
'id-ID': require('./id-ID.json'),
|
||||
'it-IT': require('./it-IT.json'),
|
||||
@ -19,6 +20,7 @@ export default {
|
||||
export const locales = [
|
||||
{ id: 'en-US', name: 'English' },
|
||||
{ id: 'de-DE', name: 'Deutsche' },
|
||||
{ id: 'es-ES', name: 'Spanish' },
|
||||
{ id: 'hu-HU', name: 'Hungarian' },
|
||||
{ id: 'id-ID', name: 'Indonesian' },
|
||||
{ id: 'iT-IT', name: 'Italian' },
|
||||
|
@ -5,6 +5,7 @@ export default [
|
||||
'Русский',
|
||||
'Türkçe',
|
||||
'Deutsch',
|
||||
'Español',
|
||||
'Magyar',
|
||||
'Ukrayinska',
|
||||
'Lietuvių',
|
||||
@ -22,6 +23,7 @@ export const VALUE = [
|
||||
'ru-RU',
|
||||
'tr-TR',
|
||||
'de-DE',
|
||||
'es-ES',
|
||||
'hu-HU',
|
||||
'uk-UA',
|
||||
'lt-LT',
|
||||
|
Loading…
Reference in New Issue
Block a user