git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] merge-recursive: add hint for translators in handle_change_delete()
@ 2012-08-05 17:55 Ralf Thielow
  2012-08-05 20:03 ` Junio C Hamano
  2012-08-06 18:03 ` [PATCHv2] " Ralf Thielow
  0 siblings, 2 replies; 4+ messages in thread
From: Ralf Thielow @ 2012-08-05 17:55 UTC (permalink / raw)
  To: trast; +Cc: git, gitster, Ralf Thielow

The outputs in handle_change_delete() contain a lot of placeholders.
This could end up in confusion to translators since two parts of them
are translated separately. Add a hint for translators that they can
easily understand it without study the code.

Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
---
This patch is based on a confusion on my own of the values of the
replacements. The first idea of Thomas was to remove the legos of
the static replacements. After thinking about and trying, it would
end up in a lot more of lines in this function mainly caused by the
different outputs. It might be nicer to just add a hint for translators
to describe the static replacements.

 merge-recursive.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/merge-recursive.c b/merge-recursive.c
index 8903a73..7f661f2 100644
--- a/merge-recursive.c
+++ b/merge-recursive.c
@@ -1035,6 +1035,9 @@ static void handle_change_delete(struct merge_options *o,
 		update_file(o, 0, o_sha, o_mode, renamed ? renamed : path);
 	} else if (!a_sha) {
 		if (!renamed) {
+			/* TRANSLATORS: The first %s will be "rename" or "modify",
+ 			   the fourth %s will be "renamed" or "modified". These replacements
+			   are translated separately. This counts for the next four messages. */
 			output(o, 1, _("CONFLICT (%s/delete): %s deleted in %s "
 			       "and %s in %s. Version %s of %s left in tree."),
 			       change, path, o->branch1, change_past,
-- 
1.7.12.rc1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-08-06 19:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-05 17:55 [PATCH] merge-recursive: add hint for translators in handle_change_delete() Ralf Thielow
2012-08-05 20:03 ` Junio C Hamano
2012-08-06 18:03 ` [PATCHv2] " Ralf Thielow
2012-08-06 19:07   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).