diff options
author | Vasco Almeida <vascomalmeida@sapo.pt> | 2016-06-17 20:21:04 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-17 15:45:48 -0700 |
commit | b8fc9e43a7da5c8cb1e90eb569b5e821883c2e06 (patch) | |
tree | 1119fa4fb9e44b42a6475bf79a577838b9e885e5 /t/t1502-rev-parse-parseopt.sh | |
parent | 9588c52b75c6ec9cc75b045cdec4fe237038615b (diff) | |
download | git-b8fc9e43a7da5c8cb1e90eb569b5e821883c2e06.tar.gz |
i18n: rebase-interactive: mark here-doc strings for translation
Use pipe to send gettext output to git stripspace instead of the
original method of using shell here-document, because command
substitution '$(...)' would not take place inside the here-documents.
The exception is the case of the last here-document redirecting to cat,
in which commands substitution works and, thus, is preserved in this
commit.
t3404: adapt test to the strings newly marked for translation
Test t3404-rebase-interactive.sh would fail under GETTEXT_POISON unless
using test_i18ngrep.
Add eval_ngettext fallback functions to be called when running, for
instance, under GETTEXT_POISON. Otherwise, tests would fail under
GETTEXT_POISON, or other build that doesn't support the GNU gettext,
because that function could not be found.
Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1502-rev-parse-parseopt.sh')
0 files changed, 0 insertions, 0 deletions