[GRASS-dev] PO file breakage in trunk and 7.2 branch
Maris Nartiss
maris.gis at gmail.com
Mon Nov 14 05:17:28 PST 2016
Hello Markus,
unfortunately your commit r69811 breaks PO file compilation in trunk.
When fixing typos, PO files should not be touched directly but just
updated from the fixed source files (make pot && make update-po).
I took the liberty to revert changes to PO files and update them to
include fixed spelling, still fix_typos script should be updated to
exclude locale/po directory.
Wops! I see that the change was backported to 7.2 as r69812! The same
"dance" must be performed there (cd locale/po && svn up -r 69812:69811
&& svn ci && cd .. && make pot && make update-po && svn ci).
Regards,
Māris.
More information about the grass-dev
mailing list