mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
substitute: Internationalize signature and download messages.
* guix/scripts/substitute.scm (assert-valid-narinfo): Use gettext for messages.
This commit is contained in:
parent
cf5e58297d
commit
f954c9b5da
1 changed files with 4 additions and 2 deletions
|
@ -400,8 +400,10 @@ (define* (assert-valid-narinfo narinfo
|
|||
(when verbose?
|
||||
;; Visually separate substitutions with a newline.
|
||||
(format (current-error-port)
|
||||
"~%Found valid signature for ~a~%From ~a~%"
|
||||
(narinfo-path narinfo)
|
||||
(_ "~%Found valid signature for ~a~%")
|
||||
(narinfo-path narinfo))
|
||||
(format (current-error-port)
|
||||
(_ "From ~a~%")
|
||||
(uri->string (narinfo-uri narinfo)))))
|
||||
narinfo))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue