mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
570c9c97bf
commit
b288d0e749
1 changed files with 3 additions and 1 deletions
|
@ -552,7 +552,9 @@ Report bugs to: ~a.") %guix-bug-report-address)
|
||||||
~a home page: <~a>") %guix-package-name %guix-home-page-url)
|
~a home page: <~a>") %guix-package-name %guix-home-page-url)
|
||||||
(format #t (G_ "
|
(format #t (G_ "
|
||||||
General help using Guix and GNU software: <~a>")
|
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))
|
(newline))
|
||||||
|
|
||||||
(define (augmented-system-error-handler file)
|
(define (augmented-system-error-handler file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue