jupyterlab-contrib / spellchecker

Spellchecker for JupyterLab notebook markdown cells and file editor.
BSD 3-Clause "New" or "Revised" License
205 stars 20 forks source link

How can I add a portuguese dictionary? #31

Closed chicolucio closed 3 years ago

chicolucio commented 4 years ago

Hi. I'm from Brazil and I'd like to use a portuguese (pt_BR) dictionary. How can I install and activate a new dictionary?

krassowski commented 3 years ago

The Portuguese dictionary is already available in the recent versions (but for now it is pt_PT, not pt_BR). We are working on better multi-lingual support (which requires re-working how dictionaries are fetched as if we keep adding new languages with the old mechanism it will become a significant memory burden for JupyterLab).

krassowski commented 3 years ago

This is now possible with the new 0.6.0 version, please see the instructions in the readme and the example here.

chicolucio commented 3 years ago

Thanks!