mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-05 16:55:56 +02: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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user