Sigil-Ebook / PageEdit

ePub XHTML Visual Editor
GNU General Public License v3.0
248 stars 28 forks source link

Adding dictionaries in Persian or Arabic #27

Closed foaad1961 closed 2 years ago

foaad1961 commented 2 years ago

Please forgive my ignorance. This is a request. Is it possible to add dictionaries in other languages to PageEdit? Thank you, Foaad Haghighi

kevinhendricks commented 2 years ago

It is possible to use a Google Chromium / Qt tool to process a Hunspell dictionary to the required binary format. So if a Hunspell dictionary exists for your target language, then you could manually convert it add the binary file beside the other dictionaries.

kevinhendricks commented 2 years ago

The Qt program is called:

qwebengine_convert_dict

and it converts hunspell dictionaries to .bdic formats.

Hope this helps.

foaad1961 commented 2 years ago

Kevin, Thank you so much. This suggestion helps a lot, as I have done the same for Adobe Indesign. Best