Incorrect Arabic language local code 'ar_AR'
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Odoo Server (MOVED TO GITHUB) |
Confirmed
|
Low
|
OpenERP's Framework R&D | ||
Bug Description
The only Arabic locale code available in the current OpenERP is 'ar_AR'. This code does not represent any actual Arabic locale and is not recognized by Babel.
In the 6.1 web client, the session class replaces 'ar_AR' to 'ar' and map it to 'ar_SY' in _fix_lang() in 'addons/
In the included patch to fix that issue, I added all Arabic Locales to the server in 'openerp/
After applying that patch, Arabic can be used by choosing any country locale. Also, country specific translations for special terms can be added using additional ar_XX.po files for these terms (where XX is the country code)
- Mohammad Alhashash
| Changed in openobject-server: | |
| assignee: | nobody → OpenERP's Framework R&D (openerp-dev-framework) |
| importance: | Undecided → Low |
| status: | New → Confirmed |
| description: | updated |
| description: | updated |

Any progress on this issue?
As it is, despite the availability of the Arabic translation in the system, that translation cannot be used. Not easily anyway.