i18n: add--interactive: mark strings for translation
commit258e7790b3a57c3b1e8c1fdc3e2d1697b9e0b184
authorVasco Almeida <vascomalmeida@sapo.pt>
Wed, 14 Dec 2016 12:54:25 +0000 (14 11:54 -0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2016 19:00:04 +0000 (14 11:00 -0800)
tree840e32eb418544969462f5b628bb81e971b8320b
parent2db87101fc3b221b1c015e763d80ee82681d8753
i18n: add--interactive: mark strings for translation

Mark simple strings (without interpolation) for translation.

Brackets around first parameter of ternary operator is necessary because
otherwise xgettext fails to extract strings marked for translation from
the rest of the file.

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