builtin/pack-objects.c: mark more strings for translation
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 21 Jul 2018 07:49:24 +0000 (09:49 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jul 2018 18:19:09 +0000 (11:19 -0700)
Most of these are straight forward. GETTEXT_POISON does catch the last
string in cmd_pack_objects(), but since this is --progress output, it's
not supposed to be machine-readable.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found