From a688296aee007965a42f5e344c2f58d1ab55ef89 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Fri, 15 Mar 2019 19:22:16 +0100 Subject: [PATCH] added ru to PROXY_LANGS --- lib/translations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/translations.py b/lib/translations.py index c6dc386..914363b 100644 --- a/lib/translations.py +++ b/lib/translations.py @@ -22,7 +22,7 @@ PROXY_LANGS = [ "af", "az", "be", "bs", "ca", "cy", "eo", "et", "fa", "he", "hr", "hy", "id", "is", "it", "ja", "kk", "lv", "mk", "nb", "nn", - "ro", "sl", "pt-br", "uk", "uz", + "ro", "ru", "sl", "pt-br", "uk", "uz", ] SUPPORTED_LANGS = FULL_TRANSLATION + PARTIAL_TRANSLATION