Re: [PATCH v2 04/11] i18n: add--interactive: mark plural strings

2016-10-03 Thread Vasco Almeida
A Sáb, 01-10-2016 às 18:49 +0200, Jakub Narębski escreveu: > W dniu 26.09.2016 o 20:15, Vasco Almeida pisze: > > > > A Qua, 31-08-2016 às 12:31 +, Vasco Almeida escreveu: > > > > > > > > > Mark plural strings for translation.  Unfold each action case in > > > one > > > entire sentence. > >

Re: [PATCH v2 04/11] i18n: add--interactive: mark plural strings

2016-10-01 Thread Jakub Narębski
W dniu 26.09.2016 o 20:15, Vasco Almeida pisze: > A Qua, 31-08-2016 às 12:31 +, Vasco Almeida escreveu: >> >> Mark plural strings for translation. Unfold each action case in one >> entire sentence. >> >> Pass new keyword for xgettext to extract. >> >> Update test to include new subrotine

Re: [PATCH v2 04/11] i18n: add--interactive: mark plural strings

2016-09-26 Thread Junio C Hamano
Vasco Almeida writes: >> > + } elsif ($did eq 'reversed') { >> > + printf(Q__("reversed one path\n", "reversed %d paths\n", > > This should be 'reverted' not 'reversed'. I'll mark v2 of this topic "not to be merged yet"; please send in a corrected version 3

Re: [PATCH v2 04/11] i18n: add--interactive: mark plural strings

2016-09-26 Thread Vasco Almeida
A Qua, 31-08-2016 às 12:31 +, Vasco Almeida escreveu: > Mark plural strings for translation.  Unfold each action case in one > entire sentence. > > Pass new keyword for xgettext to extract. > > Update test to include new subrotine Q__() for plural strings handling. > > > Signed-off-by:

[PATCH v2 04/11] i18n: add--interactive: mark plural strings

2016-08-31 Thread Vasco Almeida
Mark plural strings for translation. Unfold each action case in one entire sentence. Pass new keyword for xgettext to extract. Update test to include new subrotine Q__() for plural strings handling. Signed-off-by: Vasco Almeida --- Makefile | 3 ++-

[PATCH v2 04/11] i18n: add--interactive: mark plural strings

2016-06-29 Thread Vasco Almeida
Mark plural strings for translation. Unfold each action case in one entire sentence. Pass new keyword for xgettext to extract. Update test to include new subrotine Q__() for plural strings handling. Signed-off-by: Vasco Almeida --- Makefile | 3 ++-