summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-09-29 11:00:22 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-09-29 12:47:39 +0100
commit33f697e1ebf2ca4a68479c7769ecc93dd0ee28e3 (patch)
treed1dab4075362daa94bb53249b7dc9c25d94f037f /po
parent4e31e13244be1694c3725a8e463ad0494635ef30 (diff)
i18n: Rename ___ to f_
I have decided that's a better name. Not _f because, unlike printf (where f is done first, and then print), here the _ is done first and then f. 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 4e043eb..2ba5e60 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__ -k___
+XGETTEXT_OPTS += -Lperl -k__ -kf_
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'