diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-11-03 10:36:40 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-11-03 11:58:00 +0100 |
commit | 0dc89c03684502c0702a7b9b3ae924d152d8f379 (patch) | |
tree | 3830c5ee7e7ed84982668fd392ce268944971721 /po | |
parent | d7f2b1e507a20b597302a097f47dba9636d1ea00 (diff) |
nls: Internationalize command synopses as shown in 'guix help'.
This is a followup to 3794ce93be8216d8378df7b808ce7f53b1e05a53.
* po/guix/Makevars (XGETTEXT_OPTIONS): Add '--keyword=synopsis'.
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/Makevars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/guix/Makevars b/po/guix/Makevars index c000d1feb2..363bf98dfd 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) |