commit | 55653a689e17cfa896aa0454e751a9002b519f4b | [log] [tgz] |
---|---|---|
author | Jiang Xin <worldhello.net@gmail.com> | Wed Jul 25 22:53:13 2012 +0800 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jul 26 22:34:15 2012 -0700 |
tree | 8666b61b1ee3af4a938b49f6f1508fdc2bcce6ad | |
parent | 31023e0a9fdba7ed6458caf2082dd6d82df6a56c [diff] |
i18n: merge-recursive: mark strings for translation Mark strings in merge-recursive for translation. Some tests would start to fail with GETTEXT_POISON turned on after this update. Use test_i18ncmp and test_i18ngrep where appropriate to mark strings that should only be checked in the C locale output to avoid such issues. Signed-off-by: Jiang Xin <worldhello.net@gmail.com> Reviewed-by: Stefano Lattarini <stefano.lattarini@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>