mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
nls: Recognize 'N_' as equivalent to 'ngettext'.
This fixes i18n of plural messages. * po/guix/Makevars (XGETTEXT_OPTIONS): Change 'N_' to 'N_:1,2'.
This commit is contained in:
parent
2d5d63d718
commit
34942e9597
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue