Open renanmav opened 4 years ago
I'd be open to a PR adding support for any language in https://github.com/streetsidesoftware/vscode-cspell-dict-extensions 👍🏻
Sorry, but the PR would be addressed to this repo or vscode-cspell-dict-extensions?
This repo would probably need an API so you can pass in one of those dictionaries
I guess the API can be something like this:
spellcheck({ dict: "pt_BR" })
And we would use these dicts.
Hi guys,
First of all, congrats, that’s a great plugin.
I’m brazilian and we, brazilians, speak Portuguese. I tried to use this plugin on my codebase (which has a lot of Portuguese phrases) and danger was detecting it as miss spell words.
I saw that you use cspell under the hood. Is that any support for other languages rather than English?