summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-09-29 21:16:34 +0200
committerLudovic Courtès <ludo@gnu.org>2014-09-29 22:03:46 +0200
commit34942e959744129d848ed430a595a3f5e887e1dc (patch)
tree17b6722dad64823bb6b220a83de72ac90e527333 /po
parent2d5d63d7180137cc4bc9527a8fb472173629731c (diff)
downloadgnu-guix-34942e959744129d848ed430a595a3f5e887e1dc.tar
gnu-guix-34942e959744129d848ed430a595a3f5e887e1dc.tar.gz
nls: Recognize 'N_' as equivalent to 'ngettext'.
This fixes i18n of plural messages. * po/guix/Makevars (XGETTEXT_OPTIONS): Change 'N_' to 'N_:1,2'.
Diffstat (limited to 'po')
-rw-r--r--po/guix/Makevars2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/guix/Makevars b/po/guix/Makevars
index f5b498caa9..9c5965a136 100644
--- a/po/guix/Makevars
+++ b/po/guix/Makevars
@@ -9,7 +9,7 @@ top_builddir = ../..
# gettext uses, and SRFI-35 error condition messages.
XGETTEXT_OPTIONS = \
--language=Scheme --from-code=UTF-8 \
- --keyword=_ --keyword=N_ \
+ --keyword=_ --keyword=N_:1,2 \
--keyword=message \
--keyword=description