@cspell/dict-da-dk
Version:
Danish dictionary for CSpell.
42 lines (27 loc) • 822 B
Markdown
Danish dictionary for CSpell.
This is a pre-built dictionary, base on [Stavekontrolden](https://www.stavekontrolden.dk), for use with CSpell.
Global Install and add to CSpell global settings.
```sh
npm install -g @cspell/dict-da-dk
cspell link add @cspell/dict-da-dk
```
```sh
cspell link remove @cspell/dict-da-dk
```
The `cspell-ext.json` file in this package should be added to the import section in your `cspell.json` file.
```javascript
{
// …
"import": ["@cspell/dict-da-dk/cspell-ext.json"],
"language": "da-DK",
// …
}
```
The Hunspell source for this dictionary can be found:
- https://github.com/wooorm/dictionaries/tree/main#readme
<!--- cspell:ignore Stavekontrolden --->