@goodandready/dsh-russian-lang 0.1.11 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.js +1 -1
- package/package.json +1 -1
package/lib/client.js
CHANGED
|
@@ -2502,7 +2502,7 @@ window.__ModuleLoader__.load({
|
|
|
2502
2502
|
document.head.appendChild(tag)
|
|
2503
2503
|
}
|
|
2504
2504
|
|
|
2505
|
-
module.exports = { apply, inject: ['locale', 'connection', 'remote', 'settingsScope'] }
|
|
2505
|
+
module.exports = { apply, inject: ['locale', 'connection', 'remote', 'settingsScope', 'slots'] }
|
|
2506
2506
|
return module.exports
|
|
2507
2507
|
},
|
|
2508
2508
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goodandready/dsh-russian-lang",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"description": "Russian localization for the DeepSeek Harness web UI: adds Русский as the third option in the native Settings - General - Language menu. Translates the full core surface (100% coverage of DSH 0.1.1-rc.2) plus 16 community plugin namespaces - 52 namespaces, 2795 strings (many machine-drafted, queued for manual review), with Russian plural forms, count-key plurals, a typography pass (guillemets, em dash, nbsp), a wrong-layout input hint and browser spellcheck. The locale runtime snapshot is extended at runtime on unpatched cores; no files in the DSH installation are modified. The choice is persisted through the plugin-owned russian-lang namespace.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|