guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: ui: Add comment on the translation of "current".


From: Ludovic Courtès
Subject: 02/06: ui: Add comment on the translation of "current".
Date: Wed, 30 Mar 2016 21:39:53 +0000

civodul pushed a commit to branch master
in repository guix.

commit 3bd9672c8579f27c4dab20c334d96c6fb747c1b8
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 30 15:00:25 2016 +0200

    ui: Add comment on the translation of "current".
    
    * guix/ui.scm (display-generation): Add "TRANSLATORS" comment.
---
 guix/ui.scm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/guix/ui.scm b/guix/ui.scm
index 3b1887c..f95c63a 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -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)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]