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.
相关问题
- Why does recursive submodule update from github fa
- Extended message for commit via Visual Studio Code
- lon,lat to timezone
- Emacs shell: save commit message
- Can I organize Git submodules in a flat hierarchy?
相关文章
- 请教Git如何克隆本地库?
- GitHub:Enterprise post-receive hook
- Git Clone Fails: Server Certificate Verification F
- SSIS solution on GIT?
- Is there a version control system abstraction for
- ssh: Could not resolve hostname git: Name or servi
- Cannot commit changes with gitextensions
- git: retry if http request failed
This is a very old question and I am aware that the proper answer has already been given and accepted, but in case someone skips it and decides to go with Petr Abdulin's approach (because the accepted answer didn't work for them, they didn't want to change their
LANG
environment variable...), adding an extra extension to the currently used translation (not always common sense) will also work in this specific situation - making your system fallback to English and keep your non-English translation file intact.When doing things in such a way, you always want to keep a backup of the original files, even if you think you will never ever need them again or assume it will automatically work just because it works in most situations. Don't copy files and blindly replace. Assume this will not work and you may need to retrieve your original file back without major hassle.
The choice for the extension is up to you. For German translations:
To cancel the fallback process, simply remove the additional extension.
If you can properly set your configuration, don't touch the files and do that instead.
Only use this quickfix of your issue as a workaround for what you should actually do.
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.
Just set the environment variable
LANG
to the valueen_US
.