summaryrefslogtreecommitdiffstats
path: root/share/templates/create_default_templates.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. typos and whitespace fixesluz.paz2019-03-211-1/+1
| | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
* Increase portability of create_default_templates.pyPatrick Storz2019-02-261-2/+2
| | | | | Fixed issues: - https://gitlab.com/inkscape/inkscape/issues/100
* Revert to "default.$lang.svg" as name for default templatesPatrick Storz2019-02-161-1/+1
| | | | | | It was changed in 19316e382c0a2ae5105c746191c3fba90f54995b to avoid some CMake trouble but breaks the established naming scheme and is not necessary after the previous commit.
* Optimize creation of localized default templatesPatrick Storz2019-02-161-0/+73
- extract localized strings directly from .po/.mo files instead of having them in a separate file - drop dependency on perl - avoid re-creating the templates on each build