streetsidesoftware / vscode-cspell-dict-extensions

VS Code Spelling Dictionary Extensions
MIT License
121 stars 41 forks source link

Can't add Arabic Hunspell compatible dictionarry #335

Closed WatheqAlshowaiter closed 2 years ago

WatheqAlshowaiter commented 2 years ago

like how it is shown in the screanshot below..

Screen Shot 2022-07-25 at 09 00 23

How can I add the dictionary manually to the extention?

Jason3S commented 2 years ago

@WatheqAlshowaiter,

A dictionary does not yet exist. See: https://github.com/streetsidesoftware/cspell-dicts/issues/941

WatheqAlshowaiter commented 2 years ago

thank you @Jason3S for reply.

I have two dictionaries, one is Hunspell compatible and the other is just a txt wordlist. How can I convert any of them to an extension dictionary? could you give me a hint?

Jason3S commented 2 years ago

@WatheqAlshowaiter,

The first step is to build a CSpell compatible dictionary. Once that has been done and published, it is generally an easy step to build an extension.