
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@cspell/dict-es-es
Advanced tools
Spanish dictionary for cspell.
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-es-es
Add the following to your VSCode settings:
.vscode/settings.json
{
"cSpell.import": ["@cspell/dict-es-es/cspell-ext.json"],
"cSpell.language": "es, es_ES",
}
cspell.jsoncspell.json
{
"import": ["@cspell/dict-es-es/cspell-ext.json"],
"language": "es, es_ES",
}
cspell.config.yamlcspell.config.yaml
import:
- '@cspell/dict-es-es/cspell-ext.json'
language: es, es_ES
Add the following to your VSCode settings:
.vscode/settings.json
{
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-es-es/cspell-ext.json"],
"cSpell.language": "es, es_ES",
}
cspell.jsoncspell.json
{
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-es-es/cspell-ext.json"],
"language": "es, es_ES",
}
cspell.config.yamlcspell.config.yaml
import:
- https://cdn.jsdelivr.net/npm/@cspell/dict-es-es/cspell-ext.json
language: es, es_ES
| Name | Enabled | Description |
|---|---|---|
es-es | Spanish Dictionary (Spain) |
| Name | Locale | File Type |
|---|---|---|
es-es | es, es_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.
The Hunspell source for this dictionary can be found:
LGPL-3.0
Some packages may have other licenses included. See src/hunspell/license
Brought to you by
Street Side Software
FAQs
Spanish dictionary for cspell.
We found that @cspell/dict-es-es demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.