Merge pull request #1068 from esteemapp/feature/new-lang

added az ro vi languages
This commit is contained in:
Mustafa Buyukcelebi 2019-08-24 12:43:37 +03:00 committed by GitHub
commit ef9f193bcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 1 deletions

View File

@ -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' },
];

View File

@ -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",

View File

@ -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',
];