]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
i18n: send-email: mark string with interpolation for translation
authorVasco Almeida <vascomalmeida@sapo.pt>
Wed, 14 Dec 2016 12:54:37 +0000 (11:54 -0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2016 19:00:06 +0000 (11:00 -0800)
commit3c5cd20c7d177f0d93532271f421037c1440a2ff
tree539021c677afb28c710fe355ce13299b3a4c4681
parent464931053bba771c670fa52ed6ca2eea72a55109
i18n: send-email: mark string with interpolation for translation

Mark warnings, errors and other messages that are interpolated for
translation.

We call sprintf() before calling die() and in few other circumstances in
order to replace the values on the placeholders.

Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl