Re: [PATCH v4 2/7] i18n: unpack-trees: mark strings for translation

2016-05-12 Thread Junio C Hamano
I think this patch is better than what is already in 'next', so let me see if I can make it into an incremental update. We'd need your sign-off, of course. -- >8 -- Subject: i18n: unpack-trees: avoid substituting only a verb in sentences Instead of reusing the same set of message templates for c

[PATCH v4 2/7] i18n: unpack-trees: mark strings for translation

2016-05-12 Thread Vasco Almeida
Mark strings seen by the user inside setup_unpack_trees_porcelain() and display_error_msgs() functions for translation. Signed-off-by: Vasco Almeida --- unpack-trees.c | 74 ++ 1 file changed, 54 insertions(+), 20 deletions(-) diff --git a