Re: [PATCH 2/2] i18n: Add extra -- to seperate gettext and message
From: Junio C Hamano <hidden> Date: 2016-06-15 22:54:07
Jonathan Nieder [off-list ref] writes:
For what it's worth that does seem to me like the most sensible
workaround in the short term. :/
gittext () { # or sane_gettext or literal_gettext or something
gettext -- "$1"
}
gittextln () {
gettext -- "$1"
echo
}
Thanks,
Jonathan
Thanks for rephrasing ;-) That "g*I*ttext" looks a bit too cute for
my taste, but something along that line does seem to be a reasonable
way forward.