mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
* feat(i18n): add Spanish localization * feat(cspell): add additional Spanish words to dictionary * feat(i18n): Update translation * fix: minor spelling issues * chore: remove unnecessary margin * feat: add arktype * chore: update cspell dictionary * refactor: implement object schema with arktype to validate schema on runtime * refactor(i18n): simplify locale retrieval process * fix: linter issues * refactor: replace import glob with static imports to prevent playwright from dying * chore: remove unnecessary mapping * refactor: split logic into multiple files * chore: use new imports * fix: fix playwright tests with import glob * chore: update lock files * chore: fix types * chore: update fonts with broader subset --------- Co-authored-by: Bryan Galdámez <josuegalre@gmail.com>
112 lines
2.1 KiB
JSON
112 lines
2.1 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
|
|
"language": "en,es",
|
|
"files": ["**/*.{ts,js,astro,html,css,json,yml,yaml,md}"],
|
|
"words": [
|
|
"adam",
|
|
"animejs",
|
|
"AMOLED",
|
|
"Apóyanos",
|
|
"Astronav",
|
|
"brhm",
|
|
"Brhm",
|
|
"Briel",
|
|
"bryan",
|
|
"canoa",
|
|
"Canoa",
|
|
"cfasync",
|
|
"contáctanos",
|
|
"Contáctanos",
|
|
"createdAsc",
|
|
"createdDefault",
|
|
"createdDesc",
|
|
"daniel",
|
|
"donándonos",
|
|
"encriptación",
|
|
"Español",
|
|
"ferrocyante",
|
|
"flatpaks",
|
|
"FMPEG",
|
|
"Galdámez",
|
|
"García",
|
|
"Garro",
|
|
"geolocalización",
|
|
"infórmalo",
|
|
"infórmanos",
|
|
"isnan",
|
|
"itro",
|
|
"jace",
|
|
"Jace",
|
|
"jafeth",
|
|
"Jafeth",
|
|
"jank",
|
|
"Jokagi",
|
|
"junicode",
|
|
"Junicode",
|
|
"Kristijan",
|
|
"kristijanribaric",
|
|
"laggy",
|
|
"larvey",
|
|
"Larvey",
|
|
"linaarchsum",
|
|
"linuxarmsum",
|
|
"linuxsum",
|
|
"mfsa",
|
|
"mozilla",
|
|
"Nehalem",
|
|
"notarización",
|
|
"NSIS",
|
|
"OCSP",
|
|
"oscar",
|
|
"Otero",
|
|
"patreon",
|
|
"Pdzly",
|
|
"Refactorización",
|
|
"Ribaric",
|
|
"taroj",
|
|
"testid",
|
|
"theming",
|
|
"tsconfigs",
|
|
"tuta",
|
|
"unfloatable",
|
|
"unfocusing",
|
|
"unrs",
|
|
"updatedAsc",
|
|
"updatedDefault",
|
|
"updatedDesc",
|
|
"VAAPI",
|
|
"wmfcdm",
|
|
"workerd",
|
|
"xmark",
|
|
"XPCOM",
|
|
"zsync"
|
|
],
|
|
"flagWords": [],
|
|
"ignorePaths": [
|
|
"node_modules/**",
|
|
".git/**",
|
|
"dist/**",
|
|
"build/**",
|
|
".astro/**",
|
|
"coverage/**",
|
|
"playwright-report/**",
|
|
"test-results/**",
|
|
"*.min.js",
|
|
"*.bundle.js",
|
|
"package-lock.json",
|
|
"yarn.lock",
|
|
"pnpm-lock.yaml"
|
|
],
|
|
"allowCompoundWords": true,
|
|
"dictionaries": ["typescript", "node", "html", "css", "bash", "npm", "es-es"],
|
|
"import": [
|
|
"@cspell/dict-typescript/cspell-ext.json",
|
|
"@cspell/dict-node/cspell-ext.json",
|
|
"@cspell/dict-html/cspell-ext.json",
|
|
"@cspell/dict-css/cspell-ext.json",
|
|
"@cspell/dict-bash/cspell-ext.json",
|
|
"@cspell/dict-npm/cspell-ext.json",
|
|
"@cspell/dict-es-es/cspell-ext.json"
|
|
]
|
|
}
|