git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* LANGUAGE instead of LANG respected in git?
@ 2021-09-19  5:04 Bagas Sanjaya
  2021-09-19  7:08 ` Junio C Hamano
  2021-09-19  8:53 ` Sergey Organov
  0 siblings, 2 replies; 3+ messages in thread
From: Bagas Sanjaya @ 2021-09-19  5:04 UTC (permalink / raw)
  To: Git Users

Hi,

Supposed that I would like to display `git help` in French 
(`fr_FR.UTF-8`) language. I ran `LANGUAGE="fr_FR.UTF-8" git help`, and 
indeed the help is displayed in French. But when I instead ran 
`LANG="fr_FR.UTF-8" git help`, the help is in English instead of French.

It seems like Git use LANGUAGE to display localized messages instead of 
LANG (like many other tools do). Why?

-- 
An old man doll... just what I always wanted! - Clara

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-19  8:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-19  5:04 LANGUAGE instead of LANG respected in git? Bagas Sanjaya
2021-09-19  7:08 ` Junio C Hamano
2021-09-19  8:53 ` Sergey Organov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).