Polish (pl) language pack for DSH Web — dsh-locale-pl #6365
Dragonk
started this conversation in
Show Your Plugins!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
A community language pack that adds Polish (pl) to the DSH Web UI. It's a
regular DSH client plugin: it registers the language through the official locale
registry (
@deepseek-ai/dsh-client-locale) viactx.locale.addLanguage, and suppliesper-namespace dictionaries via
ctx.locale.register. It does not patchnode_modulesor the DeepSeek Harness source.Install
Restart DSH, then open Settings → General → Language and pick Polski.
Scope
settings,settings.models,settings.plugins,settings.agentPreset,settings.pluginInventory), chat and conversation(
chat,conversation),trajectory,workspace,subagent,workflowRun,cordis,deliverables,approval,plan,job,feedback,sidebar, andthe rest.
pl → en), so anewer DSH never breaks the UI.
Tests and maintenance
real
LocaleRuntimeand checks that the language registers, switching works,and unknown keys fall back to English.
fails on any drift — namespaces or keys added or removed, English text changed
under an unchanged key, or changed placeholders. It only reports; every
translation is reviewed by hand.
Limitations
Some surfaces don't go through the locale registry yet and stay in English:
permission preset display names (
Read Only,Workspace Write,Full access), toolnames in a few places, and of course model output and file paths. This pack
deliberately does not restate the permission preset table in the profile, so it
doesn't duplicate core configuration and survives upstream changes.
Links
Wording feedback and translation bugs are welcome — please open an issue:
https://github.com/Dragonk/dsh-locale-pl/issues
Two things I'd be glad to hear from Polish-speaking users: does any technical term
feel off (I kept
prompt,token,plugin,provider, andworkflowin Englishwhere a Polish equivalent would read forced), and are there surfaces still showing
English that I missed?
All reactions