guix-commits
[Top][All Lists]
Advanced

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

01/06: ui: Bug-report URL in '--help' can be translated.


From: guix-commits
Subject: 01/06: ui: Bug-report URL in '--help' can be translated.
Date: Wed, 24 Feb 2021 18:13:55 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit b288d0e74950c0471c19e62de6a4094a4b02c828
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Feb 23 17:00:32 2021 +0100

    ui: Bug-report URL in '--help' can be translated.
    
    * guix/ui.scm (show-bug-report-information): Add "/en" to the help URL
    and pass it to 'G_'.
---
 guix/ui.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/guix/ui.scm b/guix/ui.scm
index 9466a00..7fbd4c6 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -552,7 +552,9 @@ Report bugs to: ~a.") %guix-bug-report-address)
 ~a home page: <~a>") %guix-package-name %guix-home-page-url)
   (format #t (G_ "
 General help using Guix and GNU software: <~a>")
-           "https://guix.gnu.org/help/";)
+          ;; TRANSLATORS: Change the "/en" bit of this URL appropriately if
+          ;; the web site is translated in your language.
+          (G_ "https://guix.gnu.org/en/help/";))
   (newline))
 
 (define (augmented-system-error-handler file)



reply via email to

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