I'm using Ubuntu 12.10, I just have installed Mercurial.
I've created a new repository and, when I, for example, show the log, the output It's in chinese.
How I can change this?
Example:
修改集: 1:b2f2b495c5a0
标签: tip
用户: yo
日期: Sun Jan 13 16:33:28 2013 +0100
摘要: actualización de ficheros
My locale
yo@yo:~/Projects/wik$ locale
LANG=es_ES.UTF-8
LANGUAGE=es_ES:es_HN:es_CR:es_CO:es_CL:es_AR:zh_CN:en
LC_CTYPE="es_ES.UTF-8"
LC_NUMERIC=es_ES.UTF-8
LC_TIME=es_ES.UTF-8
LC_COLLATE="es_ES.UTF-8"
LC_MONETARY=es_ES.UTF-8
LC_MESSAGES="es_ES.UTF-8"
LC_PAPER=es_ES.UTF-8
LC_NAME=es_ES.UTF-8
LC_ADDRESS=es_ES.UTF-8
LC_TELEPHONE=es_ES.UTF-8
LC_MEASUREMENT=es_ES.UTF-8
LC_IDENTIFICATION=es_ES.UTF-8
LC_ALL=
I've tired with
export LANG=en_US.UTF-8
but didn't work for me.
Thanks in advance.