{
    "mode": "man",
    "parameter": "git-sh-i18n--envsubst",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/git-sh-i18n--envsubst/1/json",
    "generated": "2026-06-03T01:50:08Z",
    "synopsis": "evalgettext () {\nprintf \"%s\" \"$1\" | (\nexport PATH $(git sh-i18n--envsubst --variables \"$1\");\ngit sh-i18n--envsubst \"$1\"\n)\n}",
    "sections": {
        "NAME": {
            "content": "git-sh-i18n--envsubst - Git's own envsubst(1) for i18n fallbacks\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "evalgettext () {\nprintf \"%s\" \"$1\" | (\nexport PATH $(git sh-i18n--envsubst --variables \"$1\");\ngit sh-i18n--envsubst \"$1\"\n)\n}\n\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This is not a command the end user would want to run. Ever. This documentation is meant for\npeople who are studying the plumbing scripts and/or are writing new ones.\n\ngit sh-i18n--envsubst is Git’s stripped-down copy of the GNU envsubst(1) program that comes\nwith the GNU gettext package. It’s used internally by git-sh-i18n(1) to interpolate the\nvariables passed to the evalgettext function.\n\nNo promises are made about the interface, or that this program won’t disappear without\nwarning in the next version of Git. Don’t use it.\n",
            "subsections": []
        },
        "GIT": {
            "content": "Part of the git(1) suite\n\n\n\nGit 2.34.1                                   02/26/2026                          GIT-SH-I18N--ENV(1)",
            "subsections": []
        }
    },
    "summary": "git-sh-i18n--envsubst - Git's own envsubst(1) for i18n fallbacks",
    "flags": [],
    "examples": [],
    "see_also": []
}