From 0764e069bba85cbae3951c8939591e256d71241c Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Fri, 6 Mar 2020 18:58:44 +0100 Subject: [PATCH] added ia to the proxy langs and full translations --- lib/translations.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/translations.py b/lib/translations.py index 29a1c1e..51c2497 100644 --- a/lib/translations.py +++ b/lib/translations.py @@ -6,7 +6,7 @@ Translation of almost everything. FULL_TRANSLATION = [ "af", "be", "ca", "da", "de", "el", "et", - "fr", "fa", "hu", "id", "it", + "fr", "fa", "hu", "ia", "id", "it", "nb", "nl", "pl", "pt-br", "ro", "ru", "tr", "th", "uk", "vi", "zh-cn", "zh-tw" ] @@ -14,7 +14,7 @@ FULL_TRANSLATION = [ PARTIAL_TRANSLATION = [ "az", "bg", "bs", "cy", "cs", "eo", "es", "fi", "ga", "hi", "hr", - "hy", "ia", "is", "ja", "jv", "ka", "kk", + "hy", "is", "ja", "jv", "ka", "kk", "ko", "ky", "lt", "lv", "mk", "ml", "nl", "fy", "nn", "pt", "pt-br", "sk", "sl", "sr", "sr-lat", "sv", "sw", "te", "uz", @@ -25,7 +25,7 @@ PROXY_LANGS = [ "af", "az", "be", "bs", "ca", "cy", "el", "eo", "et", "fa", "fy", "he", "hr", "hu", "hy", - "id", "is", "it", "ja", "kk", + "ia", "id", "is", "it", "ja", "kk", "lv", "mk", "nb", "nn", "ro", "ru", "sl", "th", "pt-br", "uk", "uz", "vi", "zh-cn", "zh-tw",