@cspell/dict-ru_ru
Version:
Russian dictionary for cspell.
62 lines (38 loc) • 1.18 kB
Markdown
Russian dictionary for cspell.
This is a pre-built dictionary for use with cspell.
It combines
Global Install and add to cspell global settings.
```sh
npm install -g @cspell/dict-ru_ru
cspell link add @cspell/dict-ru_ru
```
```sh
cspell link remove @cspell/dict-ru_ru
```
The `cspell-ext.json` file in this package should be added to the import section in your cspell.json file.
```javascript
{
// …
"import": ["@cspell/dict-ru_ru/cspell-ext.json"],
// …
}
```
The Hunspell source for this dictionary can be found:
- https://github.com/wooorm/dictionaries/tree/master/dictionaries/ru_RU
GPL-3.0-or-later
> Some packages may have other licenses included.
Please add words to [additional_words.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/ru_RU/src/additional_words.txt)
Building is only necessary if you want to modify the contents of the dictionary.
Note: Building the Russian dictionary takes at least 30 minutes.
```sh
pnpm run build
```