From 62c786ee6055921d9ba1d71014c7097c64d35f73 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Fri, 13 Apr 2018 08:46:27 -0500 Subject: [PATCH] Updated translators --- src/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.py b/src/application.py index 7b17c2d..bb3aeae 100644 --- a/src/application.py +++ b/src/application.py @@ -11,4 +11,4 @@ url = "https://manuelcortez.net/music_dl" update_url = "https://manuelcortez.net/music_dl/update" # The short name will be used for detecting translation files. See languageHandler for more details. short_name = "musicdl" -translators = [_(u"Manuel Cortez (Spanish)"), ] \ No newline at end of file +translators = [_(u"Manuel Cortez (Spanish)"), _("Valeria K (Russian)"), ] \ No newline at end of file