Re: [git-users] Git has changed my language from English to japanese

2012-05-30 Thread Giuseppe
I followed another way but it worked anyway.
menu administrator I removed the Chinese language :)
thanks a lot ... I was going crazy 




Il giorno martedì 29 maggio 2012 18:45:15 UTC+2, Konstantin Khomoutov ha 
scritto:

 On Tue, 29 May 2012 07:22:13 -0700 (PDT) 
 Giuseppe giuseppe.rub...@gmail.com wrote: 

 [...] 
strange fact I suddenly find myself in the language of git 
japanese I can notunderstand what she says ... 
Perhaps some update of ubuntu, which I did ..? are currently at 
version 11.04! 
 [...] 
   Please show what the `locale` command prints to you when you run it 
   in the same shell you're using to execute `git status`. 
  LANGUAGE=it:zh_CN 
 [...] 
  mhmhmhm  you have finally found the problem? this is strange?  i 
  change it? 
 Yes, his is the offending setting in your environment which makes Git 
 use translated message resources for some variant of Chinese. 

 Fixing the situation is not quite straightforward as it requires 
 knowing where this environment variable [1] comes from. 

 The first thing to read and understand is [2]. 
 Follow what's written there and consult the /etc/default/locale file. 
 If it contains the setting of that LANGUAGE variable, delete it (you 
 will probably have to reboot to apply this change). 

 If it doesn't, look for your personal shell initialization files. 
 The following encantation should find such files if they exist: 

 $ grep -rw LANGUAGE ~ 

 If this search turns up something fishy, like ~/.bashrc or 
 ~/.bash_profile, edit the offending file, removing the assignment to 
 that variable. Re-running a shell afterwards and executing `locale` in 
 it should result in that variable vanished. 

 If all this fails, try Ubuntu forums, askubuntu.com, superuser.com etc 
 as this problem has nothing to do with Git in general. 

 1. http://en.wikipedia.org/wiki/Environment_variable 
 2. https://help.ubuntu.com/community/Locale 


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/t7t6GTKEbq8J.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] Git has changed my language from English to japanese

2012-05-29 Thread Giuseppe


Il giorno martedì 29 maggio 2012 16:07:05 UTC+2, Konstantin Khomoutov ha 
scritto:

 On Tue, 29 May 2012 05:57:59 -0700 (PDT) 
 Giuseppe giuseppe.rub...@gmail.com wrote: 

 [...] 
  strange fact I suddenly find myself in the language of git japanese I 
  can notunderstand what she says ... 
  Perhaps some update of ubuntu, which I did ..? are currently at 
  version 11.04! 
 [...] 
  The following is a piece of an answer by running git git status 
 [...] 

 Please show what the `locale` command prints to you when you run it in 
 the same shell you're using to execute `git status`. 




the result is this:

giuseppe@giuseppe-notebook:/var/www/yii/jazzato$ locale

LANG=it_IT.UTF-8

LANGUAGE=it:zh_CN

LC_CTYPE=it_IT.UTF-8

LC_NUMERIC=it_IT.UTF-8

LC_TIME=it_IT.UTF-8

LC_COLLATE=it_IT.UTF-8

LC_MONETARY=it_IT.UTF-8

LC_MESSAGES=it_IT.UTF-8

LC_PAPER=it_IT.UTF-8

LC_NAME=it_IT.UTF-8

LC_ADDRESS=it_IT.UTF-8

LC_TELEPHONE=it_IT.UTF-8

LC_MEASUREMENT=it_IT.UTF-8

LC_IDENTIFICATION=it_IT.UTF-8

LC_ALL=

 



mhmhmhm  you have finally found the problem? this is strange?  i change it?

LANGUAGE=it:zh_CN

 
thank and sorry for my english

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/E-XmJm9acQkJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.