Argonaut790/dsh-zh-hant-hk ↗★ 0
dsh-zh-hant-hk
Hong Kong Traditional Chinese wording for DeepSeek Harness (會話 → 對話, 設置 → 設定, …)
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Argonaut790/dsh-zh-hant-hk说明文档
阅读完整 README ↗dsh-zh-hant-hk
Hong Kong Traditional Chinese wording for DeepSeek Harness.
The official UI converts Simplified Chinese to Traditional character by character. That turns mainland software terms into strings Hong Kong people do not say:
| Stock 繁體 | This plugin |
|---|---|
| 新會話 | 新對話 |
| 設置 | 設定 |
| 保存 | 儲存 |
| 加載中 | 載入中 |
| 重命名 | 重新命名 |
| 資料夾 | 檔案夾 |
| 默認 | 預設 |
| Read Only | 唯讀 |
| Workspace Write | 工作區寫入 |
| Full access | 完整存取 |
| 子代理 | 子 Agent |
Product words stay English, as Hong Kong UI usually does: Agent, skill, Think, plan mode, API Key.
The Conversation tab is already 「對話」. After this plugin, “New session” matches it.
Requires a DeepSeek Harness build that already ships 繁體中文 (zh-Hant, npm @deepseek-ai/dsh ≥ 0.1.0-rc.6).
Install
From any directory:
dsh plugin --profile web add github:Argonaut790/dsh-zh-hant-hk
Or from a local checkout:
dsh plugin --profile web add /home/you/Programming/dsh-zh-hant-hk
Then restart (or refresh) dsh web and set the UI language to 繁體中文.
Remove with:
dsh plugin --profile web remove dsh-zh-hant-hk
A checkout that already contains lib/ installs without a build step. After you edit sources, run npm test (that rebuilds lib/).
How it works
This package is a DeepSeek Harness profile bundle:
- inserts the plugin into the composed loader tree.