guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[shepherd] branch master updated: po: Tell xgettext to handle 'l10n' plu


From: Ludovic Courtès
Subject: [shepherd] branch master updated: po: Tell xgettext to handle 'l10n' plural calls.
Date: Tue, 05 Apr 2022 08:23:21 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository shepherd.

The following commit(s) were added to refs/heads/master by this push:
     new b6aeac6  po: Tell xgettext to handle 'l10n' plural calls.
b6aeac6 is described below

commit b6aeac66faffd743b11af316e7fa97eca794f5ff
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Apr 5 14:21:53 2022 +0200

    po: Tell xgettext to handle 'l10n' plural calls.
    
    This is a followup to 3dabd8ad2dfa3b2122e1aa812fdea763c22b1cb4.
    
    Reported by Anders Jonsson <anders.jonsson@norsjovallen.se>.
    
    * po/Makevars (XGETTEXT_OPTIONS): Add second '--keyword' option.
---
 po/Makevars | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/po/Makevars b/po/Makevars
index 290d4a6..331946e 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -6,7 +6,8 @@ subdir = po
 top_builddir = ..
 
 XGETTEXT_OPTIONS =                             \
-  --from-code=UTF-8 --keyword=l10n
+  --from-code=UTF-8                            \
+  --keyword=l10n --keyword=l10n:1,2
 
 # Set this to the empty string, which means translations are in the
 # public domain; in this case the translators are expected to disclaim



reply via email to

[Prev in Thread] Current Thread [Next in Thread]