summaryrefslogtreecommitdiff
path: root/tools/translations/extract.py
AgeCommit message (Collapse)Author
2016-06-19i18n: Update and merge translation templatesRémi Verschelde
Also switched the wrapping length to 79 chars instead of 80, which seems to be what Weblate uses by default (as well as Poedit).
2016-05-31i18n: Sort files to parse alphabeticallyRémi Verschelde
This should ensure that python produces the same tools.pot for every user, and thus that the .po will not get useless diffs upon merge.
2016-05-30i18n: Enable parsing RTR stringsRémi Verschelde
TTR is used in the editor, and RTR is for content that it shared between the editor and games (e.g. in scenes/gui)
2016-05-30i18n: Fix parsing bug while adding locations to the templateRémi Verschelde
Also sync the template and PO files to reflect this change + the recent TTR additions/removals.
2016-05-28i18n: Add makefile to handle translation updatesRémi Verschelde
2016-05-21i18n: Add gettext header template to the POTRémi Verschelde
2016-05-21i18n: Disable line numbers in location contextRémi Verschelde
Can be toggled on with --with-line-nb.
2016-05-21i18n: Add location of duplicate strings to the contextRémi Verschelde
2016-05-21i18n: Cosmetic fixes to extract scriptRémi Verschelde
2016-05-17i18n: Make .pot paths hopefully platform-independentRémi Verschelde
2016-05-17i18n: Simple extract.py improvementsRémi Verschelde
Also sync the template with current source.
2016-05-04i18n: remove trailing spaces in scriptRémi Verschelde
2016-05-04forgot thisJuan Linietsky
2016-05-04template is now potJuan Linietsky
2016-05-04base for translationJuan Linietsky