]> git.ipfire.org Git - thirdparty/glibc.git/commit
translations: Run msgmerge when downloading translations
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Fri, 17 Jan 2020 16:36:01 +0000 (22:06 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Sun, 19 Jan 2020 05:15:49 +0000 (10:45 +0530)
commit63675a927eb65d4990179c12e7e1a4805a98e7c8
tree6587c82e5dfc9e4eff1092fbece6a4a997874bbf
parent9f8b135f76ac7943d1e108b7f6e816f526b2208c
translations: Run msgmerge when downloading translations

The latest translations in the translationproject URL need to be
merged in using msgmerge for the po files to be correctly updated,
otherwise we may end up getting odd results, such as the previous
translations update.  This patch adds another step to the
update-translations Makefile target which does a msgmerge of the
downloaded po file with libc.pot and then uses that as the final
result.
po/Makefile