From e57d2a3424c548e78cf60154cbbaf1d695a6cfb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E7=94=B5=E8=8A=BD=E8=A1=A3?= Date: Tue, 25 Aug 2026 10:38:21 -0400 Subject: [PATCH] Plugin menu test expects the localized labels Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp --- test/shell.d/menu-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shell.d/menu-test.sh b/test/shell.d/menu-test.sh index 9a5874cc..c2dcfe2f 100644 --- a/test/shell.d/menu-test.sh +++ b/test/shell.d/menu-test.sh @@ -342,7 +342,7 @@ assertEqual( ) assertDeepEqual( defaultItems.filter(item => item.parent === 'setup.plugin').map(item => item.label), - ['Enable Plugin', 'Disable Plugin', 'Add Plugin', 'Clone Plugin', 'Remove Plugin'], + ['启用插件', '停用插件', '添加插件', '克隆插件', '移除插件'], 'menu manages plugins from Setup > Plugins' ) assert(