Johannes Schindelin [off-list ref] writes:
quoted
paolo@paolo-desktop:~/git-gui-i18n$ ls po/
de.msg de.po glossary.csv ja.msg ja.po
There is "po/git-gui.pot" file in my repository.
My fault. I was rebasing Junio's patch on top of Christian's new series.
Alas, the PO_TEMPLATE was no longer created by default.
Should be fixed now.
Note that if everybody agrees that the division of labor between
the developer, the i18n coordinator and translators I suggested
in the earlier message is the way to go, po/git-gui.pot should
be managed by the i18n coordinator and revision tracked in-tree.
Simple "make" should not try to update it for ordinary people,
but we can have a "i18n coordinator only" maintenance target to
update it.
That way, translators do not have to touch anything other than
their own po/xx.po files.