webERP Forum

Full Version: how to change language to arabic ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

a7md

hey all ..

i started translate the script to arabic . by editing " /webERP4.08.4/locale/ar_EG.utf8/LC_MESSAGES/messages.po "

but when upload file to server and browse the erp don't see any change !!
although chose " Arabic Egyptian " from Demonstration user

where's the problem ?
You need to create a new messages.mo file using the gettext utility msgfmt. If you use the poedit software to edit the messages.po then this utility can create the messages.mo file too - if you are not comfy with the command line:

#cd webERP4.08.4/locale/ar_EG.utf8/LC_MESSAGES
#msgfmt messages.po

a7md

by terminal
" messages.po:1215:16: invalid control sequence
msgfmt: found 1 fatal error "

how to make it by poedit ?? from whare ? ^_^
Well go into messages.po and have a look at line 1215 - fix that line then try again.
I'd suggest google poedit will give you what you need.

a7md

thanx man ^_^