i18n: show-branch: mark plural strings for translation
commit205d13451d52722420cba32cebd5962e0d92793e
authorVasco Almeida <vascomalmeida@sapo.pt>
Thu, 15 Sep 2016 14:59:07 +0000 (15 14:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Sep 2016 20:17:32 +0000 (15 13:17 -0700)
tree7cfa7f1853c262147ece3089463ff4833bd68227
parent8a78d462c9d47a362b27b0386b40a44e192695d4
i18n: show-branch: mark plural strings for translation

Mark plural string for translation using Q_().

Although we already know that the plural sentence is always used in the
English source, other languages have complex plural rules they must
comply according to the value of MAX_REVS.

Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/show-branch.c