git-sh-i18n
Git (Aqs i18n setup code for shell scripts
SYNOPSIS
. "$(git --exec -path)/git -sh -i18n"
DESCRIPTION
FUNCTIONS
gettext Currently a dummy fall -through function implemented as a wrapper around printf(1) . Will be replaced by a real gettext implementation in a later version .
eval_gettext Currently a dummy fall -through function implemented as a wrapper around printf(1) with variables expanded by the git-sh-i18n--envsubst (1) helper . Will be replaced by a real gettext implementation in a later version .