DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Locale Ja — DSH Plugin for DeepSeek Harness
← Plugins

@fang2hou/dsh-locale-ja

Locale Ja

Japanese (日本語) interface for DeepSeek Harness — a standard DSH client plugin that adds 日本語 as a selectable UI language alongside 中文 and English, with Japanese system fonts.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @fang2hou/dsh-locale-ja@0.5.1
READMECompatibilityVersions
DSH の日本語インターフェースの表示例

Compatibility and provenance

Locale Ja is published as @fang2hou/dsh-locale-ja and currently resolves to version 0.5.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.5.1stable
9/15/2026
0.3.0stable
9/11/2026
0.5.0stable
9/11/2026
Show 7 more versionsCollapse versions
0.4.3stable
8/21/2026
0.4.2stable
8/20/2026
0.4.1stable
8/18/2026
0.4.0stable
8/16/2026
0.3.2stable
8/15/2026
0.3.1stable
8/15/2026
0.2.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.5.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
122.1 kB
Files
11
Surface
web
License
MIT
Source
npm
GitHub
★ 4
Weekly downloads
188
Security scan
✓ v0.5.1 scan passed
Last push
9/15/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

DSH の日本語インターフェースの表示例

dsh-locale-ja

DeepSeek Harness(DSH)の Web UI に 日本語 を追加するプラグイン

機能

DSH に標準で用意されている 中文・English に加えて、日本語 を選べるようにします。

  • 日本語表示:42 の名前空間に 1,257 件の UI 文字列を収録しています。未翻訳の項目は英語で表示されます。
  • 日本語フォント:日本語の表示中は、OS 標準の日本語システムフォントを適用します。
  • 選択の保持:選んだ言語は DSH の設定として保存され、ページを再読み込みしても維持されます。
  • 削除時の動作:プラグインを削除すると、追加した辞書・フォント・言語の選択肢を取り除きます。DSH に保存された言語設定は残ります。

対応バージョン

  • DSH 0.1.5-rc.2 の web プロファイル(ブラウザー UI)

インストール

dsh plugin --profile web add @fang2hou/dsh-locale-ja
dsh web

削除する場合は次を実行します。

dsh plugin --profile web remove @fang2hou/dsh-locale-ja

使い方

  1. DSH の Settings → General → Language(設定 → 一般 → 言語)を開きます。
  2. 日本語 を選択すると、UI の表示言語とフォントが切り替わります。

選択内容は DSH に保存され、ページを再読み込みしても維持されます。同じ DSH ホストに接続する別のブラウザーにも適用されます。中文や English にはいつでも切り替えられます。

日本語を選択したままプラグインを削除すると、表示は英語に戻ります。保存済みの日本語設定は残るため、そのまま再インストールすると日本語表示に戻ります。

開発

ビルドと検証の手順は DEVELOPMENT.md を、設計と互換性に関する判断は ARCHITECTURE.md および ADR を参照してください。

mise run check   # 型チェック + lint + format-check + build + test

ライセンス

MIT