From 5e6906551ce499f28664f5887215edd143cf1c7b Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 23 Jun 2019 22:36:32 +0200 Subject: [PATCH] hu is not yet full (#317) --- lib/translations.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/translations.py b/lib/translations.py index 2538079..60b55fe 100644 --- a/lib/translations.py +++ b/lib/translations.py @@ -5,14 +5,14 @@ Translation of almost everything. """ FULL_TRANSLATION = [ - "af", "da", "de", "el", "et", "fr", "fa", "hu", + "af", "da", "de", "el", "et", "fr", "fa", "id", "it", "nb", "nl", "pl", "pt-br", "ro", "ru", "uk" ] PARTIAL_TRANSLATION = [ "az", "be", "bg", "bs", "ca", "cy", "cs", - "eo", "es", "fi", "ga", "hi", "hr", + "eo", "es", "fi", "ga", "hi", "hr", "hu", "hy", "is", "ja", "jv", "ka", "kk", "ko", "ky", "lt", "lv", "mk", "ml", "nl", "fy", "nn", "pt", "pt-br", "sk", "sl", "sr", "sr-lat", @@ -22,7 +22,7 @@ PARTIAL_TRANSLATION = [ PROXY_LANGS = [ "af", "az", "be", "bs", "ca", "cy", "el", "eo", - "et", "fa", "fy", "he", "hr", "hy", "id", "is", + "et", "fa", "fy", "he", "hr", "hu", "hy", "id", "is", "it", "ja", "kk", "lv", "mk", "nb", "nn", "ro", "ru", "sl", "pt-br", "uk", "uz", ]