po: extract translator comments

Extract the only comments preceeding messages that start with
"translators:".

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
Pino Toscano 2020-07-22 14:26:02 +02:00
parent debedd40d1
commit 6621cc2f33

View File

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