Code

Makefile: extract Q_() source strings as ngettext()
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 10 Apr 2011 19:37:01 +0000 (19:37 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Apr 2011 17:34:50 +0000 (10:34 -0700)
commitff46a49afadc92bf16ab1ec2dab6d31487de23cb
tree74563d554328c79d2753731630c650b6c3a571ed
parent642f85faab27adec13eced36cd7e7548311f6c87
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 <avarab@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile