From 9cb43d715e6274fdb9b973fb0c059b20374db52a Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Mon, 18 Mar 2019 21:03:01 +0100 Subject: [PATCH] Estonian translation is completed (#275) --- lib/translations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/translations.py b/lib/translations.py index 914363b..5ffd08b 100644 --- a/lib/translations.py +++ b/lib/translations.py @@ -5,12 +5,12 @@ Translation of almost everything. """ FULL_TRANSLATION = [ - "af", "da", "de", "fr", "fa", "id", "it", "nb", "nl", "pl", "pt-br", "ro", "ru", "uk" + "af", "da", "de", "fr", "fa", "et", "id", "it", "nb", "nl", "pl", "pt-br", "ro", "ru", "uk" ] PARTIAL_TRANSLATION = [ "az", "be", "bg", "bs", "ca", "cy", "cs", - "el", "eo", "es", "et", "fi", "hi", "hr", + "el", "eo", "es", "fi", "hi", "hr", "hu", "hy", "is", "ja", "jv", "ka", "kk", "ko", "ky", "lt", "lv", "mk", "ml", "nl", "nn", "pt", "pt-br", "sk", "sl", "sr", "sr-lat",