opencode-i18n 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,7 @@ OpenCode TUI 界面本地化插件。
22
22
 
23
23
  说明:
24
24
 
25
- - 插件已发布到 npm,安装方式和 `opencode-visual-cache` 等插件完全一致。
25
+ - 插件已发布到 npm,可直接从命令面板安装。
26
26
  - 安装会自动写入 `opencode.json`(server 端)和 `tui.json`(TUI 端)的 `plugin` 列表。
27
27
  - 插件自带默认语言包(`i18n/locales/*.json`),开箱即用。
28
28
  - 如需自定义语言包,把文件放到 `~/.config/opencode/i18n/locales/` 即可覆盖默认值。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-i18n",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "OpenCode TUI i18n plugin — localize the interface into 简体中文 / 繁體中文 and more, with one-command install.",
5
5
  "license": "MIT",
6
6
  "type": "module",