-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add localization support #496
Comments
This is a duplicate of #378. Nevertheless, you can use the SDK to build yourself an installer that will have localization support.
|
@DJm00n It would have been nice if you had worked a little bit toward fulfilling your wish. For starters, this is a duplicate of #403 and of #378. Also, I had just added this commit: git-for-windows/build-extra@f54833d And finally, you could have investigated a little bit why we exclude the language support. It was done to save space: #262 As it happens, I was curious and built an installer with, and another without, localized messages. The difference is 4MB, nothing to laugh about when the installer is a mere 29MB to begin with. |
Oh yeah, and the plan is to automate the release engineering quite a bit. When that finally is said and done, I will add installers with multi-language support. Feel free to help make that happen by working on https://github.com/git-for-windows/build-extra/compare/cmd-scripts |
We need to support l10n for Git.
Upstream Git uses gettext po files for localization of console git, git-gui and gitk.
MSYS git uses them too:
The text was updated successfully, but these errors were encountered: