mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-21 12:21:31 +03:00
language order change, language linguistic change
This commit is contained in:
parent
77d0da7dee
commit
2e1a78aeca
@ -1,6 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
'de-DE': require('./de-DE.json'),
|
|
||||||
'en-US': require('./en-US.json'),
|
'en-US': require('./en-US.json'),
|
||||||
|
'de-DE': require('./de-DE.json'),
|
||||||
'hu-HU': require('./hu-HU.json'),
|
'hu-HU': require('./hu-HU.json'),
|
||||||
'id-ID': require('./id-ID.json'),
|
'id-ID': require('./id-ID.json'),
|
||||||
'it-IT': require('./it-IT.json'),
|
'it-IT': require('./it-IT.json'),
|
||||||
@ -16,8 +16,8 @@ export default {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const locales = [
|
export const locales = [
|
||||||
{ id: 'de-DE', name: 'Deutsche' },
|
|
||||||
{ id: 'en-US', name: 'English' },
|
{ id: 'en-US', name: 'English' },
|
||||||
|
{ id: 'de-DE', name: 'Deutsche' },
|
||||||
{ id: 'hu-HU', name: 'Hungarian' },
|
{ id: 'hu-HU', name: 'Hungarian' },
|
||||||
{ id: 'id-ID', name: 'Indonesian' },
|
{ id: 'id-ID', name: 'Indonesian' },
|
||||||
{ id: 'iT-IT', name: 'Italian' },
|
{ id: 'iT-IT', name: 'Italian' },
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
export default [
|
export default [
|
||||||
'Deutsche',
|
|
||||||
'English',
|
'English',
|
||||||
'Hungarian',
|
'Deutsch',
|
||||||
'Indonesian',
|
'Magyar',
|
||||||
'Korean',
|
'Bahasa Indonesia',
|
||||||
'Lithuanian',
|
'한국어',
|
||||||
'Porteguese',
|
'Lietuvių',
|
||||||
'Russian',
|
'Português',
|
||||||
'Turkish',
|
'Русский',
|
||||||
'Persian',
|
'Türkçe',
|
||||||
'Azerbaijani',
|
'Fārsi',
|
||||||
'Romanian',
|
'Azərbaycanca',
|
||||||
'Vietnamese',
|
'Românește',
|
||||||
|
'Tiếng Việt',
|
||||||
];
|
];
|
||||||
|
|
||||||
export const VALUE = [
|
export const VALUE = [
|
||||||
'de-DE',
|
|
||||||
'en-US',
|
'en-US',
|
||||||
|
'de-DE',
|
||||||
'hu-HU',
|
'hu-HU',
|
||||||
'id-ID',
|
'id-ID',
|
||||||
'ko-KR',
|
'ko-KR',
|
||||||
|
Loading…
Reference in New Issue
Block a user