DeepSeek Harness plugin

dsh-locale-ru

Russian (ru) locale plugin for DeepSeek Harness — translates the Web UI, DSH Desktop, and the Community Plugin Market, and auto-activates for Russian browsers.

Jump to install

Source facts

Repository
imdeniil/dsh-locale-ru
Latest update
Aug 19, 2026
Category
Plugin Markets & Managers
GitHub stars
0
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/imdeniil/dsh-locale-ru
Plugin: dsh-locale-ru
Author: imdeniil

Check the source files

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

File explorer3 files
README.mdSource · read only

dsh-locale-ru

Русская локализация (ru) для DeepSeek Harness — переводит веб-интерфейс, клиент DSH Desktop и магазин плагинов сообщества (dsh-community-market). Автоматически активируется для браузеров на русском языке.

English summary: a Russian (ru) locale plugin for DeepSeek Harness. Registers ru dictionaries for every locale namespace shipped by the official UI packages (plus the community plugin market), adds «Русский» to the language selector, and auto-activates for Russian-language browsers. Built after the example of dsh-locale-ptbr.

Что переводится

  • 849 строк в 30 пространствах имён: сессии и рабочие пространства, настройки (модели, плагины, пресеты агента, тема, разрешения), диалог разговора и инструменты, субагенты, воркфлоу, траектория, задачи, скиллы, цели
  • Уведомление о бета-тестировании и диалог выбора папки рабочего пространства
  • Магазин плагинов сообщества (вкладка «Магазин плагинов» в Настройки → Плагины): обзор каталога, источники, установка/удаление/отключение/включение плагинов, диалоги подтверждения

Как это работает

  • Регистрирует русские словари через публичный API locale.register(ns, 'ru', dict).
  • Добавляет «Русский» в список выбора языка в настройках (официальный список жёстко ограничен zh/en, поэтому плагин расширяет его в рантайме, защитительно и без ломки при обновлениях апстрима).
  • Если язык браузера — русский (или белорусский) и пользователь явно не выбрал English/中文 — интерфейс автоматически переключается на русский.
  • Явный выбор English или 中文 в настройках имеет приоритет.
  • Для ключей, которых нет в словаре, рантайм откатывается к китайскому (zh — первичный язык DSH), поэтому покрытие всех ключей проверяется автоматически.

Установка

Из GitHub:

dsh plugin --profile web add github:imdeniil/dsh-locale-ru
dsh plugin --profile desktop add github:imdeniil/dsh-locale-ru   # для DSH Desktop

Или из локальной папки:

git clone https://github.com/imdeniil/dsh-locale-ru.git
dsh plugin --profile web add /путь/к/dsh-locale-ru

После установки выберите «Русский» в Настройки → Язык (или просто перезапустите приложение с русским языком системы — включится само).

Разработка

  • lib/dicts.js — единственный источник переводов (обычный ESM, редактируется напрямую).
  • npm run build генерирует lib/client.js — браузерный бандл, который инлайнит словари.
  • STRINGS.md — полная таблица «английский оригинал → русский перевод» для ревью.

Лицензия

MIT