[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[developers] Arabic language entries in OOo
- To: Development Discussions <developer at arabeyes dot org>
- Subject: [developers] Arabic language entries in OOo
- From: Mohamed kebdani <kebdani1 at menara dot ma>
- Date: Wed, 18 Jun 2008 18:28:01 +0100
- User-agent: Thunderbird 2.0.0.14 (X11/20080505)
Salam,
I'm working to build arabic spelling extension for OOo 3.
http://ayaspell.sourceforge.net/temp/dictionaries-ar-1.0.1.oxt
The probleme is that the list of countries where Arabic is an official
language is incomplete.
In OOo, we have only:
{ LANGUAGE_ARABIC, "ar", "" },
{ LANGUAGE_ARABIC_EGYPT, "ar", "EG" },
{ LANGUAGE_ARABIC_SAUDI_ARABIA, "ar", "SA" },
{ LANGUAGE_ARABIC_UAE, "ar", "AE" },
{ LANGUAGE_ARABIC_IRAQ, "ar", "IQ" },
{ LANGUAGE_ARABIC_LIBYA, "ar", "LY" },
{ LANGUAGE_ARABIC_ALGERIA, "ar", "DZ" },
{ LANGUAGE_ARABIC_MOROCCO, "ar", "MA" },
{ LANGUAGE_ARABIC_TUNISIA, "ar", "TN" },
{ LANGUAGE_ARABIC_OMAN, "ar", "OM" },
{ LANGUAGE_ARABIC_YEMEN, "ar", "YE" },
{ LANGUAGE_ARABIC_SYRIA, "ar", "SY" },
{ LANGUAGE_ARABIC_JORDAN, "ar", "JO" },
{ LANGUAGE_ARABIC_LEBANON, "ar", "LB" },
{ LANGUAGE_ARABIC_KUWAIT, "ar", "KW" },
{ LANGUAGE_ARABIC_BAHRAIN, "ar", "BH" },
{ LANGUAGE_ARABIC_QATAR, "ar", "QA" },
What is the list of the ones you think
should be added. Also the issue settings should be:
component l10n, subcomponent i18npool
Please, see:
http://en.wikipedia.org/wiki/List_of_countries_where_Arabic_is_an_official_language
Can you help?
Thank you