[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: nls: Internationalize command synopses as shown in 'guix help'.
From: |
guix-commits |
Subject: |
01/06: nls: Internationalize command synopses as shown in 'guix help'. |
Date: |
Tue, 3 Nov 2020 05:58:41 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 0dc89c03684502c0702a7b9b3ae924d152d8f379
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Nov 3 10:36:40 2020 +0100
nls: Internationalize command synopses as shown in 'guix help'.
This is a followup to 3794ce93be8216d8378df7b808ce7f53b1e05a53.
* po/guix/Makevars (XGETTEXT_OPTIONS): Add '--keyword=synopsis'.
---
po/guix/Makevars | 1 +
1 file changed, 1 insertion(+)
diff --git a/po/guix/Makevars b/po/guix/Makevars
index c000d1f..363bf98 100644
--- a/po/guix/Makevars
+++ b/po/guix/Makevars
@@ -13,6 +13,7 @@ XGETTEXT_OPTIONS = \
--keyword=G_ --keyword=N_:1,2 \
--keyword=message \
--keyword=description \
+ --keyword=synopsis \
--keyword=n_
COPYRIGHT_HOLDER = the authors of Guix (msgids)
- branch master updated (d7f2b1e -> 51482b9), guix-commits, 2020/11/03
- 03/06: doc: Illustrate procedures that return packages., guix-commits, 2020/11/03
- 04/06: gnu: Add mkp224o., guix-commits, 2020/11/03
- 01/06: nls: Internationalize command synopses as shown in 'guix help'.,
guix-commits <=
- 02/06: doc: Use '@lisp' for 'options->transformation' example., guix-commits, 2020/11/03
- 05/06: gnu: pwsafe: Update to 3.54.1, guix-commits, 2020/11/03
- 06/06: gnu: granite: Upgrade to 5.5.0., guix-commits, 2020/11/03