ui: Add comment on the translation of "current".
* guix/ui.scm (display-generation): Add "TRANSLATORS" comment.
This commit is contained in:
parent
d006e307b9
commit
3bd9672c85
|
@ -1048,6 +1048,9 @@ DURATION-RELATION with the current time."
|
|||
"~b ~d ~Y ~T")))
|
||||
(current (generation-number profile)))
|
||||
(if (= number current)
|
||||
;; TRANSLATORS: The word "current" here is an adjective for
|
||||
;; "Generation", as in "current generation". Use the appropriate
|
||||
;; gender where applicable.
|
||||
(format #t (_ "~a\t(current)~%") header)
|
||||
(format #t "~a~%" header)))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue