From 70087c9368b687b88a32a224ddefa957fc07ff35 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Thu, 10 Oct 2019 15:23:29 +0200 Subject: [PATCH] full translation: be and zh-tw (#358, #359) --- lib/translations.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/translations.py b/lib/translations.py index 5dd7d4e..83e2279 100644 --- a/lib/translations.py +++ b/lib/translations.py @@ -5,14 +5,14 @@ Translation of almost everything. """ FULL_TRANSLATION = [ - "af", "da", "de", "el", "et", + "af", "be", "da", "de", "el", "et", "fr", "fa", "hu", "id", "it", "nb", "nl", "pl", "pt-br", "ro", - "ru", "tr", "uk", "vi" + "ru", "tr", "uk", "vi", "zh-tw" ] PARTIAL_TRANSLATION = [ - "az", "be", "bg", "bs", "ca", "cy", "cs", + "az", "bg", "bs", "ca", "cy", "cs", "eo", "es", "fi", "ga", "hi", "hr", "hy", "is", "ja", "jv", "ka", "kk", "ko", "ky", "lt", "lv", "mk", "ml", "nl", "fy", @@ -28,7 +28,7 @@ PROXY_LANGS = [ "id", "is", "it", "ja", "kk", "lv", "mk", "nb", "nn", "ro", "ru", "sl", "pt-br", "uk", "uz", - "vi", + "vi", "zh-tw", ] SUPPORTED_LANGS = FULL_TRANSLATION + PARTIAL_TRANSLATION