Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git GUI: how to change the locale

Tags:

git

locale

On my German Windows, when launching git gui it occurs in hard-to-understand German. How can I change it to the default English? The Git GUI options menu item does not offer such an option.

like image 570
Mot Avatar asked May 22 '11 17:05

Mot


2 Answers

Just set the environment variable LANG to the value en_US.

like image 154
Stefan Näwe Avatar answered Oct 16 '22 07:10

Stefan Näwe


Just guessing: if it uses localization files, you can either delete German localization file (it most probably will fallback to English) or create duplicate of English and replace German with it.

like image 40
Petr Abdulin Avatar answered Oct 16 '22 08:10

Petr Abdulin