[PATCH/RESEND] transport.c: mark push status strings for translation

2013-12-03 Thread Nguyễn Thái Ngọc Duy
Mark strings like [up to date] passed to print_ref_status() for translation with N_() instead of _() so they can remain untranslated in porcelain mode. While at there, mark some error strings in git push for translation too. Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com Reviewed-by:

Re: [PATCH/RESEND] transport.c: mark push status strings for translation

2013-12-03 Thread Jonathan Nieder
Nguyễn Thái Ngọc Duy wrote: Mark strings like [up to date] passed to print_ref_status() for translation with N_() instead of _() so they can remain untranslated in porcelain mode. Makes sense. [...] --- a/builtin/push.c +++ b/builtin/push.c Perhaps it would make sense to send these as a