[go: up one dir, main page]

howto-install-translations

Volker Voßkämper

Howto install translations

In this example we use our german tranlation :-)

# cd /root/src
# hg clone http://hg.code.sf.net/p/red1/german red1-german
# mkdir -p /opt/Adempiere/data/de_DE
# cp /root/src/red1-german/data/de_DE/* /opt/Adempiere/data/de_DE/

Edit: /opt/Adempiere/utils/RUNTrlImport.sh
and change the line with the ADLANGUAGE
variable:

export  AD_LANGUAGE=de_DE

now connect to the GUI:

  • User: System or SuperUser
  • Language: ___English ___
  • Role: System Administrator
  • Client: System
  • Organisation: *

  • choose: Menu -> System Admin -> General Rules -> System Rules -> Language

  • find and select deDE_ and activate the System Language checkbox
  • then klick Language Maintenance
  • chose Add Missing Translations

go to your server console:

# cd /opt/Adempiere/utils
# ./RUN_TrlImport.sh

switch to the GUI:

  • choose: Menu -> System Admin -> General Rules -> Synchronize Terminology
  • Press Start

  • Restart the GUI (exit)

OK, you can login into ADempiere with your language now.


Related

Home: howto-install-adempiere