aMule Forum
English => aMule Help => Topic started by: Truzzone on September 03, 2005, 03:02:36 PM
-
Hi,
I try to change the default language System form Preference General but when I restart amule I see this warning:
(http://img399.imageshack.us/img399/3159/muloita8bc.jpg)
In CVS version isn't exist Italian translation? ?(
Best regards,
Truzzone :)
-
do you have the locale on your system?
btw moved the thread, since this is the wrong forum here...
-
Sorry,
What is the locale? ?(
Best regards,
Truzzone :)
-
type
locale -a
AND
locale
and gimme the output of both commands
stefanero
-
# locale -a
C
POSIX
en_US
en_US.utf8
it_IT.utf8
it_IT@euro
# locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
Best regards,
Truzzone :)
-
for a test
open a console and type
export LC_ALL="it_IT.utf8"
and then run in THIS console amule
-
Or:
$ LANG=it_IT.UTF-8 verbose/src/amule &
on any console. I have used this to test aMule in Korean. ;)
-
Perfect, it works :D
Best regards,
Truzzone :)