forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
64-bits Git 2.7.1.windows.2 on Windows 10 build 14925, but also appeared on 10586.
Whenever I run a git command, in any shell, I get this:
C:\Users\Charles\Git\APNGViewer>git push
sh: warning: setlocale: LC_ALL: cannot change locale (fr): No such file or directory
sh: warning: setlocale: LC_ALL: cannot change locale (fr): No such file or directory
Everything up-to-date
Because the environement variable LC_ALL is set to fr, but Git or sh (not sure which one) was not able to find it's appropriate localisation files. I know that some exists, but they don't seem to be bundled with a Git for Windows setup.
For example, make:
C:\Users\Charles\Git\APNGViewer>make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
It has the appropriate localisation files, and thus shows content in French.
How can I use the localisation files to get French translations and fix this error?