From cfd3e748bc04823cd350149e6b1c409d07368f1e Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Tue, 5 Feb 2019 18:24:27 +0100 Subject: [PATCH] proxy languages: +af, +ro --- lib/translations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/translations.py b/lib/translations.py index 0bf3ba7..e386f1c 100644 --- a/lib/translations.py +++ b/lib/translations.py @@ -21,9 +21,9 @@ PARTIAL_TRANSLATION = [ ] PROXY_LANGS = [ - 'az', 'be', 'bs', 'ca', 'cy', 'eo', 'fa', + 'af', 'az', 'be', 'bs', 'ca', 'cy', 'eo', 'fa', 'he', 'hr', 'hy', 'id', 'is', 'it', 'ja', - 'kk', 'lv', 'mk', 'nb', 'nn', 'sl', 'uz' + 'kk', 'lv', 'mk', 'nb', 'nn', 'ro', 'sl', 'uz' ] SUPPORTED_LANGS = FULL_TRANSLATION + PARTIAL_TRANSLATION