DeepSeek Harness plugin

dsh-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.

Jump to install

Source facts

Repository
fang2hou/dsh-locale-ja
Latest update
Aug 21, 2026
Category
UI Enhancements
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/fang2hou/dsh-locale-ja
Plugin: dsh-locale-ja
Author: fang2hou

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

<div align="center">

<img width="647" height="385" alt="sample" src="https://github.com/user-attachments/assets/ee9a6b90-52a5-4c23-b6a9-4aefb7e8247f" />

dsh-locale-ja

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

</div>

機能

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

  • 日本語表示:29 名前空間・721 件の UI 文字列を収録し、画面全体を日本語に切り替えます。
  • 日本語フォント:日本語の表示中は、OS 標準の日本語システムフォントを適用します。
  • 選択の保持:選んだ言語はブラウザーに保存され、ページを再読み込みしても維持されます。
  • 完全な可逆性:プラグインを停止・更新・削除すると、辞書・フォント・言語設定への変更をすべて元に戻します。

対応バージョン

  • DSH 0.1.1-rc.2

インストール

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

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

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

使い方

DSH の 設定 → 言語Settings → Language)を開き、日本語 を選択します。UI 全体が日本語に切り替わり、日本語システムフォントが適用されます。選択内容はページを再読み込みしても維持され、中文や English にはいつでも戻せます。プラグインを削除すると English に戻ります。

開発

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

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

ライセンス

[MIT](./LICENSE)