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_'.master
parent
570c9c97bf
commit
b288d0e749
|
@ -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)
|
||||
|
|
Reference in New Issue