Author Topic: Language changes partially while editing i18n.sh  (Read 5523 times)

edimar

  • Guest
Language changes partially while editing i18n.sh
« on: Sat Feb 18 12:20:50 2017 »
Only a few things get translated. When i give the command "locale" appears:

locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=pt_BR.US-ASCII
LC_CTYPE="pt_BR.US-ASCII"
LC_NUMERIC="pt_BR.US-ASCII"
LC_TIME="pt_BR.US-ASCII"
LC_COLLATE="pt_BR.US-ASCII"
LC_MONETARY="pt_BR.US-ASCII"
LC_MESSAGES="pt_BR.US-ASCII"
LC_PAPER="pt_BR.US-ASCII"
LC_NAME="pt_BR.US-ASCII"
LC_ADDRESS="pt_BR.US-ASCII"
LC_TELEPHONE="pt_BR.US-ASCII"
LC_MEASUREMENT="pt_BR.US-ASCII"
LC_IDENTIFICATION="pt_BR.US-ASCII"
LC_ALL=

Any suggestion?

Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: Language changes partially while editing i18n.sh
« Reply #1 on: Sun Feb 19 17:29:29 2017 »
Can you be more precice in your question.

One issue good to know, only the packages util-linux and dialog are install in Portuguese. SO if you want more tools from the base system translated in your native language, you need to install them. Exemple for glibc:

Code: [Select]
get glibc.pt
If you want you can install severall packages in one command:

Code: [Select]
get glibc.pt binutils.pt gcc.pt ...