Thread (6 messages) flat view 6 messages, 4 authors, 2016-06-15

Re: [PATCH] Add hint for translators for y/n reply.

From: Jiang Xin <hidden>
Date: 2016-06-15 23:03:56

Possibly related (same subject, not in this thread)

2015-03-01 8:18 GMT+08:00 Jiang Xin [off-list ref]:
2015-02-28 23:39 GMT+08:00 Jean-Noel Avila [off-list ref]:
quoted
Signed-off-by: Jean-Noel Avila <redacted>
---
 builtin/clean.c | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/builtin/clean.c b/builtin/clean.c
index 7e7fdcf..2c98661 100644
--- a/builtin/clean.c
+++ b/builtin/clean.c
@@ -754,6 +754,9 @@ static int ask_each_cmd(void)
                /* Ctrl-D should stop removing files */
                if (!eof) {
                        qname = quote_path_relative(item->string, NULL, &buf);
+                       /*TRANSLATORS: Make sure to include [Y] and [n] in your
+                       translation. The program will only accept English input
+                       at this point. */
                        printf(_("remove %s? "), qname);
Yes, it may confuse.  In order to let the translators notice this and update,
you'd better change the code like this:

        printf(_("remove %s [y/N]? "), qname);
What's more, you should capitalize the leading character letter of the
word remove.
My English.
--
Jiang Xin
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help