Spellchecker behaves strangely

dict-vec.oxt.docx

as. The linked file is actually an oxt, not a docx!

I have created a venetan spell checker (ISO 639-3 vec) but something strange happens.
I am able to set “Default Languages for Documents” in Tools > Options > Language Settings > Languages and it displays correctly the check mark.

I write something. But when I hit F7 a modal is popped out telling me “The spellcheck is complete”. I then click on OK and the drop-down of the Text language shows me no languages at all.

Moreover, if I try again to set the default languages for documents the checkmark on Venetian disappears…
Anyone has some hints?

This seems to happen whenever I changed the

< prop oor:name=“Locales” oor:type=“oor:string-list” >
< value >it-IT< /value >
< /prop >

from it-IT to vec in the dictionaries.xcu.

ps. Unfortunately it seems I cannot link the oxt because “> 3 points required to upload files”…

You should have enough points now.

I finally nailed it!!!

Here, in the dictionaries.xcu,

< prop oor:name=“Locales” oor:type=“oor:string-list” > < value >it-IT< /value > < /prop >

I have to change from “it-IT” to “vec vec-IT”, having

< prop oor:name=“Locales” oor:type=“oor:string-list” > < value >vec vec-IT< /value > < /prop >

I still don’t known why it worked that way…

Strange. vec-IT I can understand but vec vec-IT seems unusual. Thanks for posting back your working configuration.