Rewrites the Chinese copy of a market-installed plugin into English using a model already configured in the harness — automatically when the plugin is installed, then live-reloaded. Each file is translated in one whole-file pass, validated by a real parser where one exists (node --check for JavaScript, JSON and YAML parsers otherwise) and handed back to the model with the error for up to three repair attempts; files above 48 KB, or that never parse, fall back to a line-range pass that checks every returned line against the original for structure. Trigger phrases and locale tables can optionally be preserved rather than translated, and the untouched original is kept beside the file as a .zh.bak.
- GitHub stars
- 3
- License
- MIT
- Added
- 2026-08-24
GitHub info
- GitHub stars
- 3
- License
- MIT
- Primary language
- JavaScript
- Last push
- Aug 24, 2026, 8:39 PM
- Maintainer
- CREAIT-nl
- Added
- 2026-08-24
Install
dsh plugin --profile web add @creait/dsh-to-englishREADME badge
Add this Markdown to your plugin README to link back to its listing.
[](https://dshget.com/plugins/CREAIT-nl/dsh-plugins%23to-english)Related plugins
Plugin Markets & Managersdsh-web#packages/dsh-plugin-manager
★ 6418Plugin manager tab in DSH Settings → Plugins: install from npm or git with progress, enable/disable switches effective at next startup, conflict reconciliation with undo, and one-click hand-off to a fix session.
dsh-market
★ 2811Browse, search and install community plugins from inside DeepSeek Harness settings, with category filters, one-click updates, enable/disable, theme switching and configuration backup.
DSH-Plugins-Marketplace
★ 152GitHub-topic-driven plugin & skill marketplace: a Settings page that browses the auto-collected registry (the whole dsh-plugin topic plus the skills index, CI-refreshed every 2 hours) with one-click install, type detection, install-script and host-shadow-dependency safety confirmations, env-key management, and the STANDARD.md recognition spec.