Uninstall git language on macos

4

The last brew update installed language support for my local language, so now git is a horribly bad almost unusable translation, and I want the english version back again.

How do I do this?

Filip Haglund

Posted 2018-09-24T17:10:53.430

Reputation: 1 150

Answers

5

You may add export LC_ALL=en_US.UTF-8 to your .bashrc or .zshrc file, or add LC_ALL=en_US.UTF-8 or just LC_ALL=C before your command.

You may also sabotage the git language support files - if git does not find files for your language it will default to English.

harrymc

Posted 2018-09-24T17:10:53.430

Reputation: 306 093