Re: [PATCH 11/22] dir.c: mark more strings for translation

2018-06-03 Thread Eric Sunshine
On Sat, Jun 2, 2018 at 12:32 AM, Nguyễn Thái Ngọc Duy wrote: > Signed-off-by: Nguyễn Thái Ngọc Duy > --- > diff --git a/dir.c b/dir.c > @@ -560,7 +560,7 @@ int report_path_error(const char *ps_matched, > - error("pathspec '%s' did not match any file(s) known to git.", > +

[PATCH 11/22] dir.c: mark more strings for translation

2018-06-01 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy --- dir.c | 8 t/t3005-ls-files-relative.sh | 4 ++-- t/t7063-status-untracked-cache.sh | 2 +- t/t7400-submodule-basic.sh| 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dir.c b/dir.c