MrS0m30n3
009937e49a
bump-version.sh: Handle manpage
6 years ago
MrS0m30n3
e624e77c59
setup.py: Handle manpage
6 years ago
MrS0m30n3
7a70cfb6f2
Add ChangeLog & manpage to MANIFEST.in
6 years ago
MrS0m30n3
c1f2c35d4a
Add manpage
Closes #259
6 years ago
MrS0m30n3
a15a8275b2
Update TODO file
Related to: #244
7 years ago
MrS0m30n3
f191f1d62c
Update ChangeLog
7 years ago
MrS0m30n3
7e55e4b9d7
Show total number of entries in PO file
7 years ago
MrS0m30n3
c8474452da
Add 'JST' to timezones
7 years ago
MrS0m30n3
968f197ee4
Improve calculation of the translator's approximate time
Calculate the approximate time for the translator based on a
new formula [(items_count * (wait_time + avg_msg)) - wait_time]
instead of using only the number of entries in the PO file.
7 years ago
MrS0m30n3
2a2f0ac597
Speed up analysis process
Pass PO entries as a list to GoogleTranslator and remove
the redundant call to the sleep(...) function.
7 years ago
MrS0m30n3
6066a9fa30
Show ETA only if the translator is enabled
7 years ago
MrS0m30n3
801a5117d8
Dont initiate translator if the '--no-translate' flag is set
7 years ago
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
8f919871ec
Update FAQs section in localization_howto.md
Related to: #247
7 years ago
MrS0m30n3
cd1372c638
Update localization_howto.md
7 years ago
MrS0m30n3
65eb2430ec
New localization guide (Transifex)
Closes #232
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
c4fa38ba8b
Add test for the default language case
7 years ago
MrS0m30n3
b5cb7a0a54
Update ChangeLog
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
MrS0m30n3
6c4dce8d6d
Add test case for the utils.convert_item function
7 years ago
MrS0m30n3
3e83569a2d
Update TODO
7 years ago
MrS0m30n3
e528b7e2b5
Update ChangeLog format
7 years ago
MrS0m30n3
4cb4c65c29
Update ChangeLog
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
eb2497fd6b
Merge pull request #231 from luigino/master
Add Italian locale (2nd attempt)
7 years ago
MrS0m30n3
0776b6112e
Merge branch 'master' into master
7 years ago
MrS0m30n3
74f05d4dcd
Merge pull request #226 from mtujikawa/master
Add Japanese language
7 years ago
MrS0m30n3
7df7b3b498
Merge branch 'master' into master
7 years ago
MrS0m30n3
2e0bc46f46
Merge pull request #203 from fat115/master
add french locale
7 years ago
MrS0m30n3
0d9a795473
Update localization_howto.md
7 years ago
MrS0m30n3
1865d965c2
Add ChangeLog
7 years ago
MrS0m30n3
d1d3669d69
Init transifex config
7 years ago
MrS0m30n3
c95c7d444a
Add flac audio format. Closes #234
7 years ago
MrS0m30n3
5989bb1ed3
Update localization guide
7 years ago
MrS0m30n3
82b17e752f
Update screenshot in README.md
7 years ago
MrS0m30n3
6da15a113f
Update faqs.md
Related to issue https://github.com/MrS0m30n3/youtube-dl-gui/issues/218
7 years ago
MrS0m30n3
bf8fcbc6e0
Update faqs.md
Related to issue https://github.com/MrS0m30n3/youtube-dl-gui/issues/142
7 years ago
MrS0m30n3
c18b74ddda
Update localization guide
7 years ago
MrS0m30n3
c37c557ad2
check-translation.py: Add option to force different src language
7 years ago
luigino
26a664b77d
Fixed indentation in Italian locale
7 years ago