summaryrefslogtreecommitdiff
path: root/tools/translations/Makefile
AgeCommit message (Collapse)Author
2017-02-09Reorder the folders in tools to prepare moving tools/editorRémi Verschelde
- `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs.
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-28i18n: Add makefile to handle translation updatesRémi Verschelde