diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2011-02-22 23:42:10 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-09 23:52:56 -0800 |
commit | 7fbff25a539128f9940c03c9e975aad955f7e92a (patch) | |
tree | d67d81c79583f0b5e4bdd0d4e5a0c0650c5254fa /t | |
parent | d08ebf9972ec890bf1ebea802bb2590784a1199c (diff) | |
download | git-7fbff25a539128f9940c03c9e975aad955f7e92a.tar.gz git-7fbff25a539128f9940c03c9e975aad955f7e92a.tar.xz |
i18n: git-tag tag_template message
Mark the tag_template message as translatable with N_() and then use
it later with _(). We need to skip a test under GETTEXT_POISON that
relies on the output having a leading newline.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t7004-tag.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh index 3e7baaf89..1dedfd0c8 100755 --- a/t/t7004-tag.sh +++ b/t/t7004-tag.sh @@ -1121,6 +1121,7 @@ test_expect_success \ ' test_expect_success \ + C_LOCALE_OUTPUT \ 'message in editor has initial comment: first line' ' # check the first line --- should be empty echo >first.expect && |