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
72cef81e1a
downloaders.py: PipeReader now works only with 'str' types
PipeReader now works only with 'str' types and it's the callers
responsibility to convert 'str' -> 'unicode' if he has to.
Related to: #244
7 years ago
MrS0m30n3
d01307129c
downloaders.py: Use the utils.convert_item function
Use the utils.convert_item function in order to encode & decode
strings between 'str' and 'unicode' types instead of using a
separate method to do our job.
7 years ago
MrS0m30n3
fa54ea3276
downloaders.py: Reset return code to zero when killing child process
Fixes: b2fcc5e546
Related to: #244
7 years ago
MrS0m30n3
1c93e019f0
downloaders.py: Ignore negative return codes
Fixes: b2fcc5e546
Related to: #244
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
MrS0m30n3
7501118fcb
Decrement update timeout to 10 seconds
7 years ago
MrS0m30n3
d5ae3c16d3
downloaders.py: Properly decode exception message before passing it to the log
Fixes: b2fcc5e546
Related to: #244
7 years ago
MrS0m30n3
b2fcc5e546
downloaders.py: Handle errors during process initialization
Handle errors during process initialization (raised exceptions & non-zero
exit codes), log them and exit normally instead of crashing unexpectedly
Related to: #244
7 years ago
MrS0m30n3
c4b012d2c8
Set locale automatically during the first run
Closes #235
See also: c4fa38ba8b
7 years ago
MrS0m30n3
8bbbf3ed3e
Fix a bug in the convert_item function
7 years ago
MrS0m30n3
882a710b24
Extract convert_item function
7 years ago
pavreh
1d4a6f5de9
Added Czech translation ( #233 )
* Add Czech translation
* Add Czech translation
* Delete youtube_dl_gui.mo
* Correction
7 years ago
MrS0m30n3
c95c7d444a
Add flac audio format. Closes #234
7 years ago
luigino
26a664b77d
Fixed indentation in Italian locale
7 years ago
Mitsuya Tsujikawa
67b04ae62a
Small Fix
7 years ago
fat115
be22addef7
remove .mo file
7 years ago
Mitsuya Tsujikawa
8ae461819e
Fixed Datetime.
7 years ago
Mitsuya Tsujikawa
9860a6c67d
Fixed points pointed out
7 years ago
Mitsuya Tsujikawa
3303c05a62
Fix some mistranslation
7 years ago
Mitsuya Tsujikawa
3399cb23d4
Correction of translation mistake
7 years ago
Mitsuya Tsujikawa
a61309c83a
Add Japanese language
7 years ago
Mitsuya Tsujikawa
438be06871
Add Japanese language
7 years ago
fat115
703a15ba7a
update french translation
add .mo file
7 years ago
fat115
6feb17566c
add french locale
7 years ago
luigino
58d7d312db
Add Italian locale
7 years ago
MrS0m30n3
4d473d9751
Update __projecturl__ to HTTPS
7 years ago
MrS0m30n3
96b2aab7bc
Remove outdated translations
7 years ago
MrS0m30n3
b1d0543106
Extract final extension after ffmpeg recoding process
7 years ago
MrS0m30n3
a96751d010
Patch for the 'test_parse_cmd_args_with_quotes' test case
Fixes #54
Related to commit 4a01626f9b
7 years ago
saad snosi
c1a8113ba2
Thank you for your review
7 years ago
cleitonme
61d4b7e012
Update optionsframe.py
7 years ago
cleitonme
9161a7f5ac
Update youtube_dl_gui.po
7 years ago
saad snosi
c4b0fd7133
update and complete the missing translations
7 years ago
MrS0m30n3
279ca6b527
Fix the 'utils.build_command' function
Wrap the option with double quotes if it contains
any special characters (spaces, parentheses, etc..) instead
of wrapping it only when it contains spaces.
This patch fixes the issue with the parentheses inside
the youtube-dl output template when running Youtube-dlg
on Linux.
Related to #173
7 years ago
Nikita Bystrov
6bfc707843
Locale ru_RU. Change revision date
7 years ago
Nikita Bystrov
48c43c33c2
Locale ru_RU. Change capital letter in second word to lowercase
7 years ago
Nikita Bystrov
a8ff6b6940
Locale ru_RU. Fix branch conflict with es_ES locale
7 years ago
Nikita Bystrov
fb305feea7
Locale ru_RU. Change `Проиграть` to `Воспроизвести`
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
Nikita Bystrov
506a9fc356
Locale ru_RU. Update translation
7 years ago
Swyter
1ba0eda046
Improve the es_ES translation with the tips provided by @MrS0m30n3 . Fix some formatting errors.
7 years ago
Swyter
6dc40b280d
Uncomment the es_ES language entry, as instructed.
7 years ago
Swyter
575399c361
Update the es_ES translation accordingly.
It's good to be back!
7 years ago
MrS0m30n3
b0cfc950a9
Update .PO files
7 years ago
MrS0m30n3
d8c4a1c303
Fix Dutch translation
7 years ago
MrS0m30n3
1aa8a7faf4
Bump version -> 0.4
7 years ago
MrS0m30n3
2925774c44
Disable outdated translations
7 years ago
MrS0m30n3
f776062792
Fix #173
7 years ago