aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/update-translations.py
Commit message (Collapse)AuthorAgeFilesLines
* Add deeper XML checking to update-translation scriptWladimir J. van der Laan2014-09-011-14/+134
| | | | | | | | | | - Catch problems such as mismatched formatting characters. Remove messages that can give problems at runtime. - Also remove unfinished/untranslated messages, they just take up space in the ts and waste parsing time. Fixes #4774.
* devtools: add a script to fetch and postprocess translationsWladimir J. van der Laan2014-05-011-0/+66
Run this script from the root of the repository to update all translations from transifex. It will do the following automatically: - create a transifex configuration file - fetch all translations - post-process them into valid and committable format