From e5bb4cca12f2128fcfae4e85b77dc6ff0322ad7e Mon Sep 17 00:00:00 2001 From: NFish Date: Wed, 4 Dec 2024 18:19:12 +0800 Subject: [PATCH] fix: Correct category of 'Workflow' used in Explore Apps. (#11351) --- web/i18n/en-US/explore.ts | 2 ++ web/i18n/zh-Hans/explore.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/web/i18n/en-US/explore.ts b/web/i18n/en-US/explore.ts index c996f51820..d4368fb171 100644 --- a/web/i18n/en-US/explore.ts +++ b/web/i18n/en-US/explore.ts @@ -30,11 +30,13 @@ const translation = { nameRequired: 'App name is required', }, category: { + Agent: 'Agent', Assistant: 'Assistant', Writing: 'Writing', Translate: 'Translate', Programming: 'Programming', HR: 'HR', + Workflow: 'Workflow', }, } diff --git a/web/i18n/zh-Hans/explore.ts b/web/i18n/zh-Hans/explore.ts index d4f4074205..bb7faf0396 100644 --- a/web/i18n/zh-Hans/explore.ts +++ b/web/i18n/zh-Hans/explore.ts @@ -30,11 +30,13 @@ const translation = { nameRequired: '应用程序名称不能为空', }, category: { + Agent: 'Agent', Assistant: '助手', Writing: '写作', Translate: '翻译', Programming: '编程', HR: '人力资源', + Workflow: '工作流', }, }