Skip to content

Commit 51480a3

Browse files
author
ulises-jeremias
committed
fix(cspell): whitelist Spanish words from installation docs page
The Spanish installation summary merged in #23 introduced 12 cspell errors on main. Add the words to the repository dictionary following the existing mixed-language pattern in .cspell.json. Also normalize the unicode escape for 'extraída' to a literal UTF-8 character (semantically identical JSON).
1 parent 7013b43 commit 51480a3

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

.cspell.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"animatedgradient",
1010
"asyncio",
1111
"asyncpg",
12+
"ayuda",
1213
"Behaviour",
1314
"bunx",
1415
"celery",
@@ -20,6 +21,8 @@
2021
"Codegen",
2122
"codepaths",
2223
"commitlint",
24+
"comunidad",
25+
"consulta",
2326
"contenido",
2427
"controlado",
2528
"copypaste",
@@ -35,18 +38,22 @@
3538
"docstrings",
3639
"dompurify",
3740
"dotenv",
41+
"ejecuta",
3842
"Elipssis",
3943
"embla",
4044
"esbuild",
4145
"eslintcache",
46+
"español",
4247
"extraida",
43-
"extra\u00edda",
48+
"extraída",
4449
"fastapi",
4550
"filterwarnings",
4651
"grype",
4752
"gunicorn",
4853
"hookform",
4954
"httpx",
55+
"inicio",
56+
"instalación",
5057
"interactiva",
5158
"jeremias",
5259
"jscoverage",
@@ -63,8 +70,11 @@
6370
"minimatch",
6471
"misconfig",
6572
"mypy",
73+
"métodos",
74+
"necesitas",
6675
"nextjs",
6776
"npmjs",
77+
"nuestra",
6878
"nums",
6979
"Pagespeed",
7080
"paru",
@@ -78,8 +88,8 @@
7888
"pydantic",
7989
"pyenv",
8090
"pygobject",
81-
"pypi",
8291
"PyPI",
92+
"pypi",
8393
"pyproject",
8494
"pyright",
8595
"pytest",
@@ -89,6 +99,7 @@
8999
"recharts",
90100
"ruff",
91101
"runserver",
102+
"rápido",
92103
"saas",
93104
"Selenoid",
94105
"shadcn",
@@ -104,8 +115,8 @@
104115
"transpiling",
105116
"trivy",
106117
"trufflehog",
107-
"turborepo",
108118
"Turborepo",
119+
"turborepo",
109120
"typer",
110121
"ulises",
111122
"ulisesjeremias",
@@ -119,12 +130,13 @@
119130
"virtualenv",
120131
"vite",
121132
"vitest",
122-
"vlang",
123133
"Vlang",
134+
"vlang",
124135
"webextension",
125136
"workdir",
126137
"wpgtk",
127-
"wscript"
138+
"wscript",
139+
"únete"
128140
],
129141
"ignorePaths": [
130142
"**/*.svg",

0 commit comments

Comments
 (0)