mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
guix package: Internationalize "Generation" string.
* guix/scripts/package.scm (guix-package): Internationalize generation listing.
This commit is contained in:
parent
35aee909f7
commit
4d497632ce
1 changed files with 1 additions and 1 deletions
|
@ -955,7 +955,7 @@ (define (process-query opts)
|
|||
(('list-generations pattern)
|
||||
(define (list-generation number)
|
||||
(begin
|
||||
(format #t "Generation ~a\t~a~%" number
|
||||
(format #t (_ "Generation ~a\t~a~%") number
|
||||
(date->string
|
||||
(time-utc->date
|
||||
(generation-time profile number))
|
||||
|
|
Loading…
Reference in a new issue