Add RU & TR to language list

This commit is contained in:
redphx 2023-09-20 07:09:42 +07:00
parent 36f6b04ad9
commit 3e0653fadf

View File

@ -66,6 +66,8 @@ const Translations = {
const supportedLocales = [
'en-US',
'pt-BR',
'ru-RU',
'tr-TR',
'vi-VN',
];
@ -1889,6 +1891,8 @@ class Preferences {
'options': {
'en-US': 'English (United States)',
'pt-BR': 'portugu\xeas (Brasil)',
'ru-RU': '\u0440\u0443\u0441\u0441\u043a\u0438\u0439',
'tr-TR': 'T\xfcrk\xe7e',
'vi-VN': 'Tiếng Việt',
},
},