guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 01/02: args: Invite translators to add a bug report address.


From: Ludovic Courtès
Subject: [shepherd] 01/02: args: Invite translators to add a bug report address.
Date: Fri, 2 Mar 2018 08:10:28 -0500 (EST)

civodul pushed a commit to branch master
in repository shepherd.

commit d70ffa76964685736d5c48e7e33ddeb488b01bc4
Author: Ludovic Courtès <address@hidden>
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

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