@cspell/dict-ru_ru

2.2.1 • Public • Published

CSpell Russian Dictionary

Russian dictionary for cspell.

This is a pre-built dictionary for use with cspell.

It combines

Installation

Global Install and add to cspell global settings.

npm install -g @cspell/dict-ru_ru
cspell link add @cspell/dict-ru_ru

Uninstall from cspell

cspell link remove @cspell/dict-ru_ru

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-ru_ru/cspell-ext.json"],
    // …
}

Resources

The Hunspell source for this dictionary can be found:

License

GPL-3.0-or-later

Some packages may have other licenses included.

Contributing

Adding Missing Words

Please add words to additional_words.txt

Building

Building is only necessary if you want to modify the contents of the dictionary. Note: Building the Russian dictionary takes at least 30 minutes.

pnpm run build

Package Sidebar

Install

npm i @cspell/dict-ru_ru

Weekly Downloads

3,143

Version

2.2.1

License

GPL-3.0-or-later

Unpacked Size

2.35 MB

Total Files

9

Last publish

Collaborators

  • jason-dent