summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-09-29 13:02:51 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-09-30 01:51:09 +0100
commitf267017422adea03967b5cf66426e4229c3ff46b (patch)
tree0fec6d97ea93891edc45affd8cafe48c9b9987fa /po
parent1e8530a75b48e9444c3f629eea2e1414e001b76c (diff)
i18n: Provide i_ (identity function, tags for translation)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'po')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 2ba5e60..9865c8a 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -84,7 +84,7 @@ messages.pot: $(if $(SUPPRESS_PO_UPDATE),,$(POTS))
%.mo: %.po
$S msgfmt -o $@ $<
-XGETTEXT_OPTS += -Lperl -k__ -kf_
+XGETTEXT_OPTS += -Lperl -k__ -kf_ -ki_
XGETTEXT_OPTS += --from-code=UTF-8
XGETTEXT_OPTS += --package-name=dgit --package-version=ongoing
# The --package-* avoids this error from make check's `msgfmt -c'