ui: Add comment on the translation of "current".

* guix/ui.scm (display-generation): Add "TRANSLATORS" comment.
This commit is contained in:
Ludovic Courtès 2016-03-30 15:00:25 +02:00
parent d006e307b9
commit 3bd9672c85
1 changed files with 3 additions and 0 deletions

View File

@ -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)))))