Galician Dictionary (Spain)
This is a pre-built dictionary for use with CSpell.
| Tool | Version |
|---|---|
| cspell | >= 8 |
| Code Spell Checker - Visual Studio Code | >= 4 |
npm install -D @cspell/dict-gl-esVSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
CSpell Settings cspell.json
cspell.json
{
"import": ["@cspell/dict-gl-es/cspell-ext.json"],
"language": "gl, gl_ES",
}CSpell Settings cspell.config.yaml
cspell.config.yaml
import:
- '@cspell/dict-gl-es/cspell-ext.json'
language: gl, gl_ESVSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
{
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-gl-es@1/cspell-ext.json"],
"cSpell.language": "gl, gl_ES",
}CSpell Settings cspell.json
cspell.json
{
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-gl-es@1/cspell-ext.json"],
"language": "gl, gl_ES",
}CSpell Settings cspell.config.yaml
cspell.config.yaml
import:
- https://cdn.jsdelivr.net/npm/@cspell/dict-gl-es@1/cspell-ext.json
language: gl, gl_ES| Name | Enabled | Description |
|---|---|---|
gl-es |
Galician Dictionary (Spain) |
| Name | Locale | File Type |
|---|---|---|
gl-es |
gl, gl_ES |
* |
Please help correct any mistakes in the dictionaries.
See: Contributing
Special thanks to all of our amazing contributors!
See: How to Create a New Dictionary
Please add any words to src/additional_words.txt by making a pull request.
MIT
Some packages may have other licenses included.
Contributed by:
This dictionary makes use of the following open source projects:
Brought to you by
Street Side Software
{ "cSpell.import": ["@cspell/dict-gl-es/cspell-ext.json"], "cSpell.language": "gl, gl_ES", }