From 3e0653fadf757b12c3c15f209c49ff807b37ad3b Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Wed, 20 Sep 2023 07:09:42 +0700 Subject: [PATCH] Add RU & TR to language list --- better-xcloud.user.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/better-xcloud.user.js b/better-xcloud.user.js index 7fe2617..f6f8237 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -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', }, },