Re: [PATCH v3 24/39] i18n: bisect: enable l10n of bisect terms in messages

2016-06-03 Thread Vasco Almeida
Às 17:33 de 02-06-2016, Junio C Hamano escreveu: > Vasco Almeida writes: > >> Às 17:38 de 01-06-2016, Junio C Hamano escreveu: >>> Vasco Almeida writes: >>> @@ -739,7 +748,7 @@ static void handle_bad_merge_base(void)

Re: [PATCH v3 24/39] i18n: bisect: enable l10n of bisect terms in messages

2016-06-02 Thread Vasco Almeida
Às 17:38 de 01-06-2016, Junio C Hamano escreveu: > Vasco Almeida writes: > >> +enum term { BAD, GOOD, OLD, NEW }; >> +static const char *term_names[] = { >> +/* TRANSLATORS: in bisect.c source code file, the following terms are >> + used to describe a "bad commit", "good

Re: [PATCH v3 24/39] i18n: bisect: enable l10n of bisect terms in messages

2016-06-01 Thread Junio C Hamano
Vasco Almeida writes: > +enum term { BAD, GOOD, OLD, NEW }; > +static const char *term_names[] = { > +/* TRANSLATORS: in bisect.c source code file, the following terms are > + used to describe a "bad commit", "good commit", "new revision", etc. > + Please, if you can,