Browse Source

Sort subtitles list alphabetically

doc-issue-template
MrS0m30n3 8 years ago
parent
commit
8b61029659
1 changed files with 5 additions and 5 deletions
  1. 10
      youtube_dl_gui/optionsframe.py

10
youtube_dl_gui/optionsframe.py

@ -495,16 +495,16 @@ class DownloadsTab(TabPanel):
SUBS_LANG = twodict([
("en", _("English")),
("el", _("Greek")),
("pt", _("Portuguese")),
("fr", _("French")),
("de", _("German")),
("el", _("Greek")),
("he", _("Hebrew")),
("it", _("Italian")),
("pt", _("Portuguese")),
("ru", _("Russian")),
("es", _("Spanish")),
("tr", _("Turkish")),
("de", _("German")),
("sv", _("Swedish")),
("he", _("Hebrew"))
("tr", _("Turkish"))
])
FILESIZES = twodict([

Loading…
Cancel
Save