mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Add RU & TR to language list
This commit is contained in:
parent
36f6b04ad9
commit
3e0653fadf
@ -66,6 +66,8 @@ const Translations = {
|
|||||||
const supportedLocales = [
|
const supportedLocales = [
|
||||||
'en-US',
|
'en-US',
|
||||||
'pt-BR',
|
'pt-BR',
|
||||||
|
'ru-RU',
|
||||||
|
'tr-TR',
|
||||||
'vi-VN',
|
'vi-VN',
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -1889,6 +1891,8 @@ class Preferences {
|
|||||||
'options': {
|
'options': {
|
||||||
'en-US': 'English (United States)',
|
'en-US': 'English (United States)',
|
||||||
'pt-BR': 'portugu\xeas (Brasil)',
|
'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',
|
'vi-VN': 'Tiếng Việt',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user