Skip to content

Latest commit

 

History

History

README.md

CSpell Galician Dictionary (Spain)

Galician Dictionary (Spain)

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

Requirements

Tool Version
cspell >= 8
Code Spell Checker - Visual Studio Code >= 4

Local Installation

npm install -D @cspell/dict-gl-es

Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.import": ["@cspell/dict-gl-es/cspell-ext.json"],
  "cSpell.language": "gl, gl_ES",
}
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_ES

Local Installation using CDN

CDN Configuration

VSCode 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

Dictionary Information

Name Enabled Description
gl-es Galician Dictionary (Spain)

Language Settings

Name Locale File Type
gl-es gl, gl_ES *

Contributing

Please help correct any mistakes in the dictionaries.

See: Contributing

Special thanks to all of our amazing contributors!

Dictionary Development

See: How to Create a New Dictionary

Adding Words

Please add any words to src/additional_words.txt by making a pull request.

License

MIT

Some packages may have other licenses included.

Acknowledgements

Contributed by:

This dictionary makes use of the following open source projects:



Brought to you by Street Side Software Logo Street Side Software