From 7cbc62b1275bf2d72a909cb1459674c650b0426b Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 24 Dec 2017 15:21:40 +0100 Subject: [PATCH] fr, id and ru are fully translated --- lib/translations.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/translations.py b/lib/translations.py index 13d15e9..442d75d 100644 --- a/lib/translations.py +++ b/lib/translations.py @@ -1,16 +1,16 @@ # vim: set encoding=utf-8 FULL_TRANSLATION = [ - "de", "nb", + "de", "fr", "id", "nb", "ru" ] PARTIAL_TRANSLATION = [ "az", "be", "bg", "bs", "ca", "cy", "cs", - "da", "el", "eo", "es", "et", "fi", "fr", - "hi", "hr", "hu", "hy", "id", "is", "it", + "da", "el", "eo", "es", "et", "fi", + "hi", "hr", "hu", "hy", "is", "it", "ja", "jv", "ka", "kk", "ko", "ky", "lt", "lv", "mk", "ml", "nl", "nn", "pt", "pl", - "ro", "ru", "sk", "sl", "sr", "sr-lat", + "ro", "sk", "sl", "sr", "sr-lat", "sv", "sw", "th", "tr", "uk", "uz", "vi", "zh", "zu", ]