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_'.
This commit is contained in:
Ludovic Courtès 2021-02-23 17:00:32 +01:00
parent 570c9c97bf
commit b288d0e749
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 1 deletions

View File

@ -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)