Skip to content

dsh-locale-ru

Verified

dsh-locale-ru · v0.1.0 · MIT · Web UI

Russian (Русский) interface for DeepSeek Harness — a standard DSH client plugin that adds Русский as a selectable UI language alongside 中文 and English, with Russian system fonts.

Install

dsh plugin add dsh-locale-ru

Confirm the layer applied with dsh --profile default --dump-config — see the install guide.

Source

Published to npm without a public repository. Inspect the package contents before installing.

Tags

Creators

Readme

dsh-locale-ru

Русский язык для DeepSeek Harness (DSH) · Russian (Русский) UI for DeepSeek Harness

Плагин добавляет русский язык в веб-интерфейс DeepSeek Harness рядом со встроенными 中文 и English.

Возможности

  • Русский интерфейс: 30 namespace / 727 UI-строк переведены — диалог, боковая панель, настройки, цели, задания, субагенты, workflow и всё остальное.
  • Русский шрифт: применяется системный шрифт с поддержкой кириллицы.
  • Запоминание выбора: выбранный язык сохраняется в браузере и восстанавливается после перезагрузки страницы.
  • Полная обратимость: при остановке/удалении плагина словари, шрифт и языковые настройки возвращаются к исходным.

Поддерживаемая версия

  • DSH 0.1.1-rc.2

Установка

dsh plugin --profile web add dsh-locale-ru
dsh web

Удаление:

dsh plugin --profile web remove dsh-locale-ru

Использование

Откройте Настройки → Общие → Язык (Settings → General → Language) и выберите «Русский». Весь интерфейс переключится на русский, выбор сохранится после перезагрузки страницы. В любой момент можно вернуться на 中文 или English. После удаления плагина интерфейс вернётся на English.

Разработка

Словари переводов живут в translations/ru-*.json и собираются в lib/client.js скриптом:

node merge-ru.mjs     # объединить части + проверка полноты против en-dicts.json
node build-client.mjs # сгенерировать lib/client.js

Проверка целостности: каждый ключ en должен иметь русский перевод, а плейсхолдеры {name}, {count} и т.п. — совпадать с английскими.

Лицензия

MIT


English

Plugin that adds Russian to the DeepSeek Harness web UI alongside the built-in 中文 and English.

Features

  • Russian interface: 30 namespaces / 727 UI strings translated — chat, sidebar, settings, goals, jobs, subagents, workflows, and more.
  • Russian fonts: system font stack with Cyrillic support is applied.
  • Persistent choice: the selected language is stored in the browser and restored after reload.
  • Fully reversible: stopping or removing the plugin restores dictionaries, fonts, and language settings.

Install

dsh plugin --profile web add dsh-locale-ru
dsh web

Usage

Open Settings → General → Language and pick Русский. The whole UI switches instantly; the choice survives page reloads. Removing the plugin returns the UI to English.