From 8f2bbf968dfdc65beb2788ce670095466528098a Mon Sep 17 00:00:00 2001 From: Nikita Bystrov Date: Fri, 16 Jun 2017 22:12:43 +0300 Subject: [PATCH] Locale ru_RU. Un-comment language from the optionsframe.py --- youtube_dl_gui/optionsframe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl_gui/optionsframe.py b/youtube_dl_gui/optionsframe.py index c2eaa15..3fca95a 100644 --- a/youtube_dl_gui/optionsframe.py +++ b/youtube_dl_gui/optionsframe.py @@ -280,7 +280,7 @@ class GeneralTab(TabPanel): # ('es_MX', 'Mexican Spanish'), # ('nl_NL', 'Nederlands'), # ('pt_BR', 'Portuguese'), - # ('ru_RU', 'Russian'), + ('ru_RU', 'Russian'), # ('es_ES', 'Spanish'), # ('tr_TR', 'Turkish') ])