MrS0m30n3
1242a28950
optionsframe.py: Fix error in language combobox
Fix error in commit 45009953d1
and
return the language name ('English') instead of the language code
('en_US') when the given 'locale_name' value is not available in
the LOCALE_NAMES dict.
7 years ago
MrS0m30n3
45009953d1
Avoid 'KeyError' exception during options reset
Use the TwoWayOrderedDict.get(...) method in order to update
the language combobox and return 'en_US' as the default language
in case the given key value is not in the LOCALE_NAMES dict.
Fixes: c4b012d2c8
Related to: #244
7 years ago
pavreh
1d4a6f5de9
Added Czech translation ( #233 )
* Add Czech translation
* Add Czech translation
* Delete youtube_dl_gui.mo
* Correction
7 years ago
Mitsuya Tsujikawa
438be06871
Add Japanese language
7 years ago
fat115
6feb17566c
add french locale
7 years ago
luigino
58d7d312db
Add Italian locale
7 years ago
MrS0m30n3
96b2aab7bc
Remove outdated translations
7 years ago
cleitonme
61d4b7e012
Update optionsframe.py
7 years ago
Nikita Bystrov
a8ff6b6940
Locale ru_RU. Fix branch conflict with es_ES locale
7 years ago
saad snosi
e731c63a9b
update translation arabic
7 years ago
Nikita Bystrov
8f2bbf968d
Locale ru_RU. Un-comment language from the optionsframe.py
7 years ago
Swyter
6dc40b280d
Uncomment the es_ES language entry, as instructed.
7 years ago
MrS0m30n3
d8c4a1c303
Fix Dutch translation
7 years ago
MrS0m30n3
2925774c44
Disable outdated translations
7 years ago
memnoth
218042b72e
Add Korean translation
7 years ago
MrS0m30n3
35880a3b5a
Remove all dots(.) from messages end
8 years ago
MrS0m30n3
33cfa34765
Reset save path on options reset
8 years ago
MrS0m30n3
2c8cd55ca8
Update strings
8 years ago
MrS0m30n3
625a922b33
optionsframe.py: Add gettext tags
8 years ago
MrS0m30n3
31c13ba624
Add '--add-metadata' option
8 years ago
MrS0m30n3
45a30706bb
Add '--embed-thumbnail' option, closes #124
8 years ago
MrS0m30n3
a651e51667
Add 'No mtime' option, closes #127
8 years ago
MrS0m30n3
cd82dcac37
Fix language codes
8 years ago
MrS0m30n3
69e5b9ea7f
Reorder language by name
8 years ago
MrS0m30n3
00168d5769
Fix imports by 6db5366
8 years ago
MrS0m30n3
fee5fc0a27
Change lang ComboBox with BitmapComboBox
8 years ago
MrS0m30n3
2be3ee426e
Add option to confirm item deletion
8 years ago
MrS0m30n3
e0433cfd57
Change creation seq in order for Tab key to work properly
8 years ago
MrS0m30n3
d0b44925e1
Set up checkbox sizers the right way
8 years ago
MrS0m30n3
926a86e40b
Option to enable-disable completion popup. Closes #87
8 years ago
MrS0m30n3
5b2e6c8df4
Reorder extra options under Extra tab alphabetically
8 years ago
MrS0m30n3
26662e3ba2
Add '--hls-prefer-native' option under Extra tab
8 years ago
MrS0m30n3
8b61029659
Sort subtitles list alphabetically
8 years ago
MrS0m30n3
1b811882a6
Add Hebrew in available subtitles
8 years ago
MrS0m30n3
136e7219fe
Add Swedish in available subtitles
8 years ago
MrS0m30n3
0c229e2fea
Fix language code for Greek
8 years ago
MrS0m30n3
ebe96f3c9c
Implement confirm on exit option functionality
8 years ago
MrS0m30n3
c800d27709
Add youtube-dl '--ignore-config' option under Extra tab
8 years ago
MrS0m30n3
891ca932a3
Add youtube-dl '-v' option under Extra tab
8 years ago
MrS0m30n3
6db536653f
optionsframe.py: Remove unused code and update tags
8 years ago
MrS0m30n3
6a78025dbb
Call Layout() method on _set_layout
8 years ago
MrS0m30n3
26954f1df2
Increase options frames default & min height
8 years ago
MrS0m30n3
052eebb4ef
Change log viewer window size
8 years ago
MrS0m30n3
496585da00
Change log viewer window size
8 years ago
MrS0m30n3
dcd433e9d8
Improve custom output template creation
8 years ago
MrS0m30n3
68b0771f98
Update TODO file & tags
8 years ago
MrS0m30n3
cec4418c7f
Update TODO file & tags
8 years ago
MrS0m30n3
133b5d45b6
Set options frame minimum size
8 years ago
MrS0m30n3
cc86bb68a4
Change default size of listboxes
8 years ago
MrS0m30n3
d7630eb8d0
Adjust layout
8 years ago