mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-03 11:34:30 +03:00
Merge pull request #1068 from esteemapp/feature/new-lang
added az ro vi languages
This commit is contained in:
commit
ef9f193bcd
@ -10,6 +10,9 @@ export default {
|
||||
'lt-LT': require('./lt-LT.json'),
|
||||
'pt-PT': require('./pt-PT.json'),
|
||||
'fa-IR': require('./fa-IR.json'),
|
||||
'az-AZ': require('./az-AZ.json'),
|
||||
'ro-RO': require('./ro-RO.json'),
|
||||
'vi-VN': require('./vi-VN.json'),
|
||||
};
|
||||
|
||||
export const locales = [
|
||||
@ -24,4 +27,7 @@ export const locales = [
|
||||
{ id: 'lt-LT', name: 'Lithuanian' },
|
||||
{ id: 'pt-PT', name: 'Porteguese' },
|
||||
{ id: 'fa-IR', name: 'Persian' },
|
||||
{ id: 'az-AZ', name: 'Azerbaijani' },
|
||||
{ id: 'ro-RO', name: 'Romanian' },
|
||||
{ id: 'vi-VN', name: 'Vietnamese' },
|
||||
];
|
||||
|
@ -116,7 +116,7 @@
|
||||
"pincode": "Mã PIN",
|
||||
"reset_pin": "Đặt Lại Mã Pin",
|
||||
"reset": "Thiết lập lại",
|
||||
"nsfw_content": "Nội dung NSFW (nội dung không phù hợp để xem trong môi trường làm việc hoặc gần trẻ em)",
|
||||
"nsfw_content": "Nội dung NSFW",
|
||||
"send_feedback": "Gửi phản hồi",
|
||||
"send": "Gửi",
|
||||
"default_footer": "Phần mặc định ở cuối trang",
|
||||
|
@ -9,6 +9,9 @@ export default [
|
||||
'Russian',
|
||||
'Turkish',
|
||||
'Persian',
|
||||
'Azerbaijani',
|
||||
'Romanian',
|
||||
'Vietnamese',
|
||||
];
|
||||
|
||||
export const VALUE = [
|
||||
@ -22,4 +25,7 @@ export const VALUE = [
|
||||
'ru-RU',
|
||||
'tr-TR',
|
||||
'fa-IR',
|
||||
'az-AZ',
|
||||
'ro-RO',
|
||||
'vi-VN',
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user