From 6621cc2f3365b3ec359bd88b87f78d9ee5a69045 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 22 Jul 2020 14:26:02 +0200 Subject: [PATCH] po: extract translator comments Extract the only comments preceeding messages that start with "translators:". Signed-off-by: Pino Toscano --- po/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/po/Makefile.am b/po/Makefile.am index 0ea5638..cbcef40 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -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)" \