diff --git a/TODO b/TODO index d1fc720..935e5e9 100644 --- a/TODO +++ b/TODO @@ -35,7 +35,6 @@ Options * Option to enable-disable items deletion from the filesystem * Option to validate item deletion 'Are you sure?' * Add 'native hls option' see issue #49 -* Add Swedish on available subtitles * Add Hebrew on available subtitles * Localization option: add country flags * Add '--recode-video' to Formats tab diff --git a/youtube_dl_gui/optionsframe.py b/youtube_dl_gui/optionsframe.py index cace2d0..97b9d2d 100644 --- a/youtube_dl_gui/optionsframe.py +++ b/youtube_dl_gui/optionsframe.py @@ -502,7 +502,8 @@ class DownloadsTab(TabPanel): ("ru", _("Russian")), ("es", _("Spanish")), ("tr", _("Turkish")), - ("de", _("German")) + ("de", _("German")), + ("sv", _("Swedish")) ]) FILESIZES = twodict([