]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: treat the message template file as a built file
authorJohannes Sixt <j6t@kdbg.org>
Tue, 24 Dec 2024 13:47:08 +0000 (14:47 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Wed, 7 May 2025 17:55:15 +0000 (19:55 +0200)
commit295de106db0315f230a560c47555e79989cd5b6f
tree4494d4b791f2a8d7acc220d5ac8e635abe8b33ea
parent5ff25b8384e10b7eac6e6b83c23390b1789dac2b
git-gui: treat the message template file as a built file

Follow the lead of 5377abc0c9d5 ("po/git.pot: don't check in result
of "make pot"", 2022-05-26) in the Git repository and do not track
git-gui.pot anymore.

Instead, translators are expected to integrate an up-to-date version
from the master branch into their translation file using

   make ALL_POFILES=po/xx.po update-po

Update README to describe the new process. It is now understood that
different translations need not be based on the same message template
file, but rather individual translators should base their translation
on the most up-to-date code. Remove the section that addresses the
i18n coordinator as it does not apply when no common base is required
among translators.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Makefile
po/.gitignore
po/README
po/git-gui.pot [deleted file]