Skip to content

How can I use localisation files in Git for Windows #724

@sylveon

Description

@sylveon
  • I was not able to find an open
    or closed issue
    matching what I'm seeing

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions