git-sh-i18n
Internationalization support library for Git shell scripts
TLDR
Source for i18n support
$ . "$(git --exec-path)/git-sh-i18n"
SYNOPSIS
git-sh-i18n
DESCRIPTION
git-sh-i18n is an internal shell library providing internationalization support for Git shell scripts. It is sourced by scripts that need to display translated messages.
The library provides functions for message translation using gettext. It handles locale detection and falls back to English when translations are not available.
CAVEATS
Internal library, not a command. Sourced by git shell scripts. Not for direct use.
HISTORY
git-sh-i18n is part of Git's internationalization system, enabling translated messages in shell-based git commands.
SEE ALSO
git-sh-setup(1), gettext(1)
