user3F31A28
user3F31A28

Reputation: 104

How to change the git command-line language to Dutch?

Running git from my xterm on i3wm on Debian results in English text output. The environment variables LANG and LC_ALL are set to nl_NL.UTF-8 but do not seem to have any effect on this output. The Dutch locale nl_NL.UTF-8 is installed.

I have tried to reinstall git, and run sudo apt upgrade, both to no avail; running LANG=nl_NL git also still results in English text.

Upvotes: 1

Views: 203

Answers (1)

Chris
Chris

Reputation: 136967

Git doesn't appear to have a Dutch translation, so it falls back to English.

Upvotes: 2

Related Questions