]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
i18n: add infrastructure for translating Git with gettext
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index 8e34903a65c8775b19b993d3e9ddf47c23d5254e..fa918b5652dc333dcf08d456898adcb5811ae601 100644 (file)
--- a/git.c
+++ b/git.c
@@ -537,6 +537,8 @@ int main(int argc, const char **argv)
        if (!cmd)
                cmd = "git-help";
 
+       git_setup_gettext();
+
        /*
         * "git-xxxx" is the same as "git xxxx", but we obviously:
         *