aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Change Default language System on CVS Version  (Read 3456 times)

Truzzone

  • Hero Member
  • *****
  • Karma: 2
  • Offline Offline
  • Posts: 1236
Change Default language System on CVS Version
« 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:

In CVS version isn't exist Italian translation? ?(

Best regards,

Truzzone  :)
« Last Edit: September 03, 2005, 03:05:49 PM by Truzzone »
Logged
"Tanta gente crede che dal momento che ha l'ADSL a 4Mega, deve scaricare a 4Mega altrimenti qualcosa non va. O è colpa dell'ISP o di aMule. La questione è invece ben diversa"

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Change Default language System on CVS Version
« Reply #1 on: September 03, 2005, 06:05:42 PM »

do you have the locale on your system?

btw moved the thread, since this is the wrong forum here...
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Truzzone

  • Hero Member
  • *****
  • Karma: 2
  • Offline Offline
  • Posts: 1236
Re: Change Default language System on CVS Version
« Reply #2 on: September 04, 2005, 03:46:28 PM »

Sorry,
What is the locale?  ?(

Best regards,

Truzzone  :)
Logged
"Tanta gente crede che dal momento che ha l'ADSL a 4Mega, deve scaricare a 4Mega altrimenti qualcosa non va. O è colpa dell'ISP o di aMule. La questione è invece ben diversa"

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Change Default language System on CVS Version
« Reply #3 on: September 04, 2005, 07:50:23 PM »

type

locale -a

AND

locale

and gimme the output of both commands

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Truzzone

  • Hero Member
  • *****
  • Karma: 2
  • Offline Offline
  • Posts: 1236
Re: Change Default language System on CVS Version
« Reply #4 on: September 04, 2005, 08:03:28 PM »

Code: [Select]
# 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  :)
Logged
"Tanta gente crede che dal momento che ha l'ADSL a 4Mega, deve scaricare a 4Mega altrimenti qualcosa non va. O è colpa dell'ISP o di aMule. La questione è invece ben diversa"

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Change Default language System on CVS Version
« Reply #5 on: September 04, 2005, 09:34:21 PM »

for a test

open a console and type

export LC_ALL="it_IT.utf8"

and then run in THIS console amule
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Change Default language System on CVS Version
« Reply #6 on: September 05, 2005, 03:06:54 AM »

Or:

$ LANG=it_IT.UTF-8 verbose/src/amule &

on any console. I have used this to test aMule in Korean. ;)
Logged

Truzzone

  • Hero Member
  • *****
  • Karma: 2
  • Offline Offline
  • Posts: 1236
Re: Change Default language System on CVS Version
« Reply #7 on: September 05, 2005, 12:32:38 PM »

Perfect, it works  :D

Best regards,

Truzzone  :)
Logged
"Tanta gente crede che dal momento che ha l'ADSL a 4Mega, deve scaricare a 4Mega altrimenti qualcosa non va. O è colpa dell'ISP o di aMule. La questione è invece ben diversa"