From 6d70834227f3af63c7314d621d2a3d61f9642b32 Mon Sep 17 00:00:00 2001 From: matevip Date: Sun, 17 May 2026 09:58:49 +0800 Subject: [PATCH] fix(i18n): add missing common.more key for the chat header menu --- mateclaw-ui/src/i18n/locales/en-US.ts | 1 + mateclaw-ui/src/i18n/locales/zh-CN.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/mateclaw-ui/src/i18n/locales/en-US.ts b/mateclaw-ui/src/i18n/locales/en-US.ts index b737a285..95214c80 100644 --- a/mateclaw-ui/src/i18n/locales/en-US.ts +++ b/mateclaw-ui/src/i18n/locales/en-US.ts @@ -42,6 +42,7 @@ export default { collapse: 'Collapse', enable: 'Enable', disable: 'Disable', + more: 'More', pager: { total: '{n} total', perPage: '{n}/page', diff --git a/mateclaw-ui/src/i18n/locales/zh-CN.ts b/mateclaw-ui/src/i18n/locales/zh-CN.ts index c1564b08..319333da 100644 --- a/mateclaw-ui/src/i18n/locales/zh-CN.ts +++ b/mateclaw-ui/src/i18n/locales/zh-CN.ts @@ -42,6 +42,7 @@ export default { disable: '停用', refresh: '刷新', collapse: '收起', + more: '更多', pager: { total: '共 {n} 条', perPage: '{n} 条/页',