diff options
author | Thomas Rast <trast@student.ethz.ch> | 2012-08-20 20:24:56 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-20 20:57:41 -0700 |
commit | 0c3a433f94d6809bd6c81ef3bd5c5315c844aa5d (patch) | |
tree | 2e20c1e2a7747280c9637105fccaf807832226f6 /t/t9810-git-p4-rcs.sh | |
parent | i18n: parseopt: lookup help and argument translations when showing usage (diff) | |
download | tgif-0c3a433f94d6809bd6c81ef3bd5c5315c844aa5d.tar.xz |
gettext: do not translate empty string
The gettext .po files have a header, but it looks like the
translation specification for an empty string. This results in
_("") actually returning that header.
Check the input to _() and do not call gettext() on an empty string;
in some places, we run _(opts->help) where opts->help may be empty.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9810-git-p4-rcs.sh')
0 files changed, 0 insertions, 0 deletions