]> git.ipfire.org Git - thirdparty/git.git/commit - git-add--interactive.perl
i18n: add--interactive: mark strings with interpolation for translation
authorVasco Almeida <vascomalmeida@sapo.pt>
Wed, 14 Dec 2016 12:54:27 +0000 (11:54 -0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2016 19:00:04 +0000 (11:00 -0800)
commit13c58c1754393c17fb50b63ae9a3bc07195e520c
treed403356444c378feca5709bc479c7effee6612c1
parent5fa832640a627d6930df2194a28e9cc4aa4ef5c9
i18n: add--interactive: mark strings with interpolation for translation

Since at this point Git::I18N.perl lacks support for Perl i18n
placeholder substitution, use of sprintf following die or error_msg is
necessary for placeholder substitution take place.

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