i18n: leave \n out of translated diffstat
commit8212333012fa4e95373269526e4a702be7bb2d4b
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 26 Jul 2012 12:52:36 +0000 (26 19:52 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Jul 2012 17:48:02 +0000 (26 10:48 -0700)
treef371f7d010df609e8d7bab33dd55d5d10c9cd22a
parent7f814632f5d4d7af9f4225ece6039dbc44e03079
i18n: leave \n out of translated diffstat

GETTEXT_POISON scrapes everything in translated strings, including \n.
t4205.12 however needs this \n in matching the end result. Keep this
\n out of translation to make t4205.12 happy.

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