po: extract also C_

This represents messages with context.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
Pino Toscano 2020-07-22 13:49:32 +02:00
parent 8db413e689
commit 88e4d565a3

View File

@ -24,6 +24,7 @@ XGETTEXT_ARGS = \
--from-code=utf-8 \
--add-comments=TRANSLATORS: \
--keyword=_ --keyword=N_ \
--keyword=C_:1c,2 \
--copyright-holder='$(COPYRIGHT_HOLDER)' \
--package-name="$(PACKAGE_NAME)" \
--package-version="$(PACKAGE_VERSION)" \