15 Commits

Author SHA1 Message Date
MrS0m30n3
7e55e4b9d7 Show total number of entries in PO file 2017-12-15 20:42:52 +02:00
MrS0m30n3
c8474452da Add 'JST' to timezones 2017-12-15 20:31:29 +02:00
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.
2017-12-15 20:13:19 +02:00
MrS0m30n3
2a2f0ac597 Speed up analysis process
Pass PO entries as a list to GoogleTranslator and remove
the redundant call to the sleep(...) function.
2017-12-15 15:57:27 +02:00
MrS0m30n3
6066a9fa30 Show ETA only if the translator is enabled 2017-12-15 15:30:32 +02:00
MrS0m30n3
801a5117d8 Dont initiate translator if the '--no-translate' flag is set 2017-12-15 14:57:02 +02:00
MrS0m30n3
c37c557ad2 check-translation.py: Add option to force different src language 2017-09-27 17:06:07 +03:00
MrS0m30n3
495cac5433 check-translation.py: Fix date parsing & comparing 2017-06-19 14:29:15 +03:00
MrS0m30n3
b3357697fa Fix 'update-locales' script output 2017-06-15 17:12:51 +03:00
MrS0m30n3
b28d9ee0ce Add README.md in the bump version script 2017-04-19 21:46:53 +03:00
MrS0m30n3
f298670619 Add script to automatically check PO files 2017-04-19 15:09:58 +03:00
MrS0m30n3
e078d6af29 Add script to automatically update AUTHORS file 2017-04-17 22:15:28 +03:00
MrS0m30n3
2a7877a9b2 Add bump version script 2017-04-17 20:14:04 +03:00
MrS0m30n3
da55eac072 Update 'new-locale.py' script to handle 'devscripts' 2017-04-17 19:11:30 +03:00
MrS0m30n3
15d17f69b4 Move utility scripts & guides
Create two new directories 'devscripts', 'docs' and move all the
utility scripts into 'devscripts' and all the guides to 'docs'.
2017-04-17 18:38:38 +03:00