| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
|
| |
|
|
|
| |
Fixed issues:
- https://gitlab.com/inkscape/inkscape/issues/100
|
| |
|
|
|
|
| |
It was changed in 19316e382c0a2ae5105c746191c3fba90f54995b
to avoid some CMake trouble but breaks the established naming
scheme and is not necessary after the previous commit.
|
|
|
- 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
|