On Wed, 10 Oct 2012 02:22:42 -0700 (PDT) Jean-Pierre Delouche <[email protected]> wrote:
> My Windows machine is set in English language for the GUI and is > located in France for the time zone. > > Git is speaking English in the Git Bash console, but gitk and git gui > are speaking French whether I am starting from the bash or from the > program menu. > > Is there any ways to make gitk and git gui speak English ? Yes, add the "LANG" environment variable to your Windows profile settings and set it to "en" or "en_US". See [1] and [2] for more info. 1. http://code.google.com/p/msysgit/issues/detail?id=343 2. http://code.google.com/p/msysgit/issues/detail?id=302 -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
