opencode-i18n 0.1.5 → 0.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-i18n",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
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",
@@ -241,8 +241,8 @@ function registerI18nCommand(api: TuiPluginApi) {
241
241
  commands: [
242
242
  {
243
243
  name: "i18n.open",
244
- title: "Open i18n language picker",
245
- desc: "Choose the OpenCode interface language",
244
+ title: "界面语言",
245
+ desc: "切换 OpenCode 界面语言",
246
246
  category: "System",
247
247
  namespace: "palette",
248
248
  slashName: "i18n",