@cspell/dict-da-dk

4.0.0 • Public • Published

CSpell Danish Dictionary

Danish dictionary for CSpell.

This is a pre-built dictionary, base on Stavekontrolden, for use with CSpell.

Installation

Global Install and add to CSpell global settings.

npm install -g @cspell/dict-da-dk
cspell link add @cspell/dict-da-dk

Uninstall from CSpell

cspell link remove @cspell/dict-da-dk

Manual Installation

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["@cspell/dict-da-dk/cspell-ext.json"],
    "language": "da-DK",
    // …
}

Resources

The Hunspell source for this dictionary can be found:

Package Sidebar

Install

npm i @cspell/dict-da-dk

Weekly Downloads

137

Version

4.0.0

License

LGPL-3.0

Unpacked Size

2.2 MB

Total Files

6

Last publish

Collaborators

  • jason-dent