civodul pushed a commit to branch master
in repository shepherd.

commit d70ffa76964685736d5c48e7e33ddeb488b01bc4
Author: Ludovic Courtès <l...@gnu.org>
Date:   Fri Mar 2 14:03:43 2018 +0100

    args: Invite translators to add a bug report address.
    
    * modules/shepherd/args.scm (process-args): Add TRANSLATORS comment.
---
 modules/shepherd/args.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/modules/shepherd/args.scm b/modules/shepherd/args.scm
index ebb33e4..3f00d11 100644
--- a/modules/shepherd/args.scm
+++ b/modules/shepherd/args.scm
@@ -196,6 +196,14 @@
                            (display args-desc)
                            (newline)
                            (for-each display-doc (reverse! options))
+
+                            ;; TRANSLATORS: The '~a' placeholders indicate the
+                            ;; bug-reporting address, the name of this
+                            ;; package, and its home page URL.  Please add
+                            ;; another line saying "Report translation bugs to
+                            ;; ...\n" with the address for translation bugs
+                            ;; (typically your translation team's web or email
+                            ;; address).
                            (format #t (l10n "
 Mandatory or optional arguments to long options are also mandatory or
 optional to the corresponding short options.

Reply via email to