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