Re: [PATCH v2 05/11] i18n: add--interactive: mark message for translation

2016-10-03 Thread Vasco Almeida
A Sáb, 01-10-2016 às 19:09 +0200, Jakub Narębski escreveu: > W dniu 26.09.2016 o 01:09, Junio C Hamano pisze: > > Vasco Almeida writes: > >  > >> -print colored $prompt_color, > $patch_mode_flavour{VERB}, > >> -  ($hunk[$ix]{TYPE} eq 'mode' ? ' mode change' : > >> -

Re: [PATCH v2 05/11] i18n: add--interactive: mark message for translation

2016-10-01 Thread Jakub Narębski
W dniu 26.09.2016 o 01:09, Junio C Hamano pisze: > Vasco Almeida writes: > >> -print colored $prompt_color, $patch_mode_flavour{VERB}, >> - ($hunk[$ix]{TYPE} eq 'mode' ? ' mode change' : >> - $hunk[$ix]{TYPE} eq 'deletion' ? ' deletion' : >> -

Re: [PATCH v2 05/11] i18n: add--interactive: mark message for translation

2016-09-25 Thread Junio C Hamano
Vasco Almeida writes: > - print colored $prompt_color, $patch_mode_flavour{VERB}, > - ($hunk[$ix]{TYPE} eq 'mode' ? ' mode change' : > -$hunk[$ix]{TYPE} eq 'deletion' ? ' deletion' : > -' this hunk'), > - $patch_mode_flavour{

[PATCH v2 05/11] i18n: add--interactive: mark message for translation

2016-08-31 Thread Vasco Almeida
Mark message assembled in place for translation, unfolding each use case for each entry in the %patch_modes hash table. Previously, this script relied on whether $patch_mode was set to run the command patch_update_cmd() or show status and loop the main loop. Now, it uses $cmd to indicate we must r

[PATCH v2 05/11] i18n: add--interactive: mark message for translation

2016-06-29 Thread Vasco Almeida
Mark message assembled in place for translation, unfolding each use case for each entry in the %patch_modes hash table. Previously, this script relied on whether $patch_mode was set to run the command patch_update_cmd() or show status and loop the main loop. Now, it uses $cmd to indicate we must r