This website works better with JavaScript.
Home
Explore
Help
Sign In
guix-bioinformatics
/
guix
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
nls: Recognize 'N_' as equivalent to 'ngettext'.
This fixes i18n of plural messages. * po/guix/Makevars (XGETTEXT_OPTIONS): Change 'N_' to 'N_:1,2'.
gn-latest-20200428
Ludovic Courtès
6 years ago
parent
2d5d63d718
commit
34942e9597
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
po/guix/Makevars
+ 1
- 1
po/guix/Makevars
View File
@@ -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
Write
Preview
Loading…
Cancel
Save