{ "name": "dsh-locale-es", "version": "0.1.1", "description": "Spanish (es) language pack for the DeepSeek Harness Web UI — a community DSH client plugin adding Español to Settings → General → Language.", "license": "MIT", "type": "module", "main": "index.js", "exports": { ".": { "default": "./index.js" }, "./client": { "default": "./lib/client.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "index.js", "lib/client.js", "cordis.patch.yml", "registry-entry.yml", "data/es-dictionaries.json", "data/terminology.json", "README.md", "README.en.md", "README.zh.md", "LICENSE" ], "engines": { "node": ">=22" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "immediately": true, "inject": [ "@deepseek-ai/dsh-client-locale" ] }, "market": { "category": "ui", "description": { "en": "Adds Spanish (es) to the DeepSeek Harness Web UI. Every official locale namespace translated string by string, with automatic fallback to English for new strings from upstream updates and third-party plugins.", "zh": "为 DeepSeek Harness Web UI 新增西班牙语(es)。官方界面命名空间逐条精译,上游更新与第三方插件新增的字串自动回退英文。" } } }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "cordis", "i18n", "locale", "localization", "spanish", "espanol", "translation" ], "repository": { "type": "git", "url": "git+https://github.com/GuidoMaxier/dsh-locale-es.git" } }