Hello Mohamed,

Actually your dictionary seem to works quite fine!
That is after you correct the typo and insert the missing space between
the file names in the line
  <value>%origin%/dictionaries/ar_TN.aff
%origin%/dictionaries/ar_TN.dic</value>

;-)

I also managed to get a suggestion for a misspelled word.
However within Writer the context menu does only seem to work in RTL
context when using Arabic script. In LTR it right away disappears before
anything can bee seen Strange...

And thank you so much for converting the dictionary into an extension! ^^

One question though: In the description.xml you wrote
  "Arabic spell check dictionary (Egypt, Saudi Arabia, Liban, Tunis)"
But the actual dictionaries.xcu lists only ar-TN as locale.
If you intend it to be used with Arabic (Egypt) and the like formatted
text you need to add the other locales as well.
E.g.
            <prop oor:name="Locales" oor:type="oor:string-list">
                <value>ar-TN ar-EG ar-SA</value>
            </prop>


Just pick the ones you need from the following code lines (don't know if
you wanted Lebanon or Libya) :

isolang.cxx:    { LANGUAGE_ARABIC_EGYPT,                "ar", "EG" },
isolang.cxx:    { LANGUAGE_ARABIC_SAUDI_ARABIA,         "ar", "SA" },
isolang.cxx:    { LANGUAGE_ARABIC_UAE,                  "ar", "AE" },
isolang.cxx:    { LANGUAGE_ARABIC_IRAQ,                 "ar", "IQ" },
isolang.cxx:    { LANGUAGE_ARABIC_LIBYA,                "ar", "LY" },
isolang.cxx:    { LANGUAGE_ARABIC_ALGERIA,              "ar", "DZ" },
isolang.cxx:    { LANGUAGE_ARABIC_MOROCCO,              "ar", "MA" },
isolang.cxx:    { LANGUAGE_ARABIC_TUNISIA,              "ar", "TN" },
isolang.cxx:    { LANGUAGE_ARABIC_OMAN,                 "ar", "OM" },
isolang.cxx:    { LANGUAGE_ARABIC_YEMEN,                "ar", "YE" },
isolang.cxx:    { LANGUAGE_ARABIC_SYRIA,                "ar", "SY" },
isolang.cxx:    { LANGUAGE_ARABIC_JORDAN,               "ar", "JO" },
isolang.cxx:    { LANGUAGE_ARABIC_LEBANON,              "ar", "LB" },
isolang.cxx:    { LANGUAGE_ARABIC_KUWAIT,               "ar", "KW" },
isolang.cxx:    { LANGUAGE_ARABIC_BAHRAIN,              "ar", "BH" },
isolang.cxx:    { LANGUAGE_ARABIC_QATAR,                "ar", "QA" },



Regards,
Thomas




Mohamed kebdani wrote:

> Hi,
> 
> I'm the author of Hunspell-ar (from ayaspell project), the Arabic 
> spell-checker dictionary and I want to test it under OOo 3 using oxt 
> file that i build because the dictionary list method don't work, but 
> without success: that's failed with OOo 3 (m19-beta) under Linux 
> (Ubuntu) and under Windows XP too. The spelling don't work at all. For 
> example, when i write arabic text, all of words are marked as 
> misspelled, wrong and good.
> Is there any bad thing in my oxt file? or the arabic spelling don't work 
> in OOo3? or....??
> 
> Hunspell-ar (from ayaspell project):
>              http://ayaspell.sourceforge.net/
> 
> My oxt file:
>              http://ayaspell.sourceforge.net/temp/dictionaries-ar-1.0.0.oxt
> 
> Some screenshoots:
>           http://ayaspell.sourceforge.net/temp/Capture0.png
>           http://ayaspell.sourceforge.net/temp/Capture1.png
>           http://ayaspell.sourceforge.net/temp/Capture2.png
> 
> Can you help? Thank you in advance.
> 
> PS: Sorry for my bad english, my second language is french :)
> 
> Mohamed Kebdani
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to