mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47: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 = [
|
||||
'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',
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user