Not much to write here. I make a note whenever I see unstranslated
strings during review and this is the result. There are some more code
changes than just adding _() though, e.g. 10/12.

Nguyễn Thái Ngọc Duy (12):
  git.c: mark more strings for translation
  alias.c: mark split_cmdline_strerror() strings for translation
  archive.c: mark more strings for translation
  attr.c: mark more string for translation
  read-cache.c: mark more strings for translation
  read-cache.c: add missing colon separators
  reflog: mark strings for translation
  remote.c: mark messages for translation
  repack: mark more strings for translation
  parse-options: replace opterror() with optname()
  parse-options.c: mark more strings for translation
  fsck: mark strings for translation

 alias.c                    |   4 +-
 archive.c                  |   8 +--
 attr.c                     |   2 +-
 builtin/fsck.c             | 113 ++++++++++++++++++++-----------------
 builtin/merge.c            |   4 +-
 builtin/reflog.c           |  34 ++++++-----
 builtin/repack.c           |  26 ++++-----
 builtin/revert.c           |   3 +-
 git.c                      |  32 +++++------
 parse-options-cb.c         |   7 ++-
 parse-options.c            |  64 +++++++++++----------
 parse-options.h            |   5 +-
 read-cache.c               |  73 ++++++++++++------------
 ref-filter.c               |   8 ++-
 remote.c                   |  49 ++++++++--------
 t/t0040-parse-options.sh   |   4 +-
 t/t1410-reflog.sh          |   6 +-
 t/t1450-fsck.sh            |  52 ++++++++---------
 t/t4211-line-log.sh        |   2 +-
 t/t6050-replace.sh         |   4 +-
 t/t7415-submodule-names.sh |   6 +-
 21 files changed, 264 insertions(+), 242 deletions(-)

-- 
2.19.1.647.g708186aaf9

Reply via email to