nls: Internationalize command synopses as shown in 'guix help'.
authorLudovic Courtès <ludo@gnu.org>
Tue, 3 Nov 2020 09:36:40 +0000 (10:36 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 3 Nov 2020 10:58:00 +0000 (11:58 +0100)
This is a followup to 3794ce93be8216d8378df7b808ce7f53b1e05a53.

* po/guix/Makevars (XGETTEXT_OPTIONS): Add '--keyword=synopsis'.

po/guix/Makevars

index c000d1f..363bf98 100644 (file)
@@ -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)