git-gui: Support context-sensitive i18n
authorShawn O. Pearce <spearce@spearce.org>
Wed, 12 Sep 2007 20:47:06 +0000 (16:47 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 12 Sep 2007 20:47:06 +0000 (16:47 -0400)
Ocassionally, one would want to translate the same string used in
different contexts in diffrent ways. This patch provides a wrapper
for msgcat::mc that trims "@@" and anything coming after it, whether
or not the string actually got translated.

Proposed-by: Harri Ilari Tapio Liusvaara <hliusvaa@cc.hut.fi>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found