I try to add a new translation to FrontAccounting running on my Ubuntu 8
I use:
Setup > Install/Update Languages > Create a new language
And fill the form:
Language Code: es_AR
Language Name: espanol
Encoding: ISO-8859-1 (try UTF-8 too)
Right To Left: [no]
Default Language: [no]
Language File (po): [es_AR.po]
Language File (mo): [es_AR.mo]
SAVE
When I click on Save the item is added... I go to
Preferences > Language
and I change to the new langugage (espanol) and I get the message: "Display settings have been updated." But all is continue in english...
I go for the 2th time to Preferences > Language and I see that the language is espanol ... but is englis I edit the .po and .mo and the file is spanish
At the console of my ubuntu I run the comand locale-gen and I get:
root@pbx:~# locale-gen
Generating locales...
en_US.UTF-8... up-to-date
Generation complete.
I add the es_AR UTF- and es_AR ISO-8859-1 and now I have:
root@pbx:~# locale-gen
Generating locales...
en_US.UTF-8... up-to-date
es_AR.ISO-8859-1... up-to-date
es_AR.UTF-8... up-to-date
es_ES.UTF-8... up-to-date
Generation complete.
But the script continue in english
any idea for fix the problem?
Thankyou