From: Ævar Arnfjörð Bjarmason Date: Sun, 10 Apr 2011 19:37:01 +0000 (+0000) Subject: Makefile: extract Q_() source strings as ngettext() X-Git-Tag: v1.7.5-rc2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ff46a49afadc92bf16ab1ec2dab6d31487de23cb?hp=ff46a49afadc92bf16ab1ec2dab6d31487de23cb Makefile: extract Q_() source strings as ngettext() The Q_() wrapper added by 0c9ea33 (i18n: add stub Q_() wrapper for ngettext, 2011-03-09) needs to be noticed by xgettext. Add an appropriate --keyword option to the Makefile, so that "make pot" would notice the strings in the plural form marked with the wrapper. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---