@cspell/dict-tr-tr
Version:
Turkish dictionary for cspell.
51 lines (32 loc) • 955 B
Markdown
Turkish dictionary for cspell.
This is a pre-built dictionary for use with cspell.
Global Install and add to cspell global settings.
```sh
npm install -g @cspell/dict-tr-tr
cspell link add @cspell/dict-tr-tr
```
```sh
cspell link remove @cspell/dict-tr-tr
```
The `cspell-ext.json` file in this package should be added to the import section in your cspell.json file.
```javascript
{
// …
"import": ["@cspell/dict-tr-tr/cspell-ext.json"],
// …
}
```
Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.
```sh
npm run build
```
The resources for this dictionary can be obtained from the [titoBouzout repository](https://github.com/titoBouzout/Dictionaries)
MIT
> Some packages may have other licenses included.