Re: [PATCH 2/3] i18n: archive: mark errors for translation

2016-08-10 Thread Vasco Almeida
A Ter, 09-08-2016 às 12:35 -0700, Junio C Hamano escreveu: > Hmm, this function is called by write_archive(), which can be called > by the upload-archive process running on the remote end, whose > locale certainly is different from that of your local environment. > > If I do not read English and g

Re: [PATCH 2/3] i18n: archive: mark errors for translation

2016-08-09 Thread Junio C Hamano
Vasco Almeida writes: > Signed-off-by: Vasco Almeida > --- > archive.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/archive.c b/archive.c > index 42df974..dde1ab4 100644 > --- a/archive.c > +++ b/archive.c > @@ -458,11 +458,11 @@ static int parse_archive_a

[PATCH 2/3] i18n: archive: mark errors for translation

2016-08-08 Thread Vasco Almeida
Signed-off-by: Vasco Almeida --- archive.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/archive.c b/archive.c index 42df974..dde1ab4 100644 --- a/archive.c +++ b/archive.c @@ -458,11 +458,11 @@ static int parse_archive_args(int argc, const char **argv, ar