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