From 9448d4930581f06325f24d7c85d8dfa7cf632192 Mon Sep 17 00:00:00 2001 From: twwu Date: Thu, 28 Aug 2025 16:21:53 +0800 Subject: [PATCH] feat: add 'rag' tag to plugin constants and translations in multiple languages --- web/app/components/plugins/constants.ts | 1 + web/i18n/en-US/plugin-tags.ts | 1 + web/i18n/ja-JP/plugin-tags.ts | 1 + web/i18n/zh-Hans/plugin-tags.ts | 1 + 4 files changed, 4 insertions(+) diff --git a/web/app/components/plugins/constants.ts b/web/app/components/plugins/constants.ts index 103f24dcf7..7436611c79 100644 --- a/web/app/components/plugins/constants.ts +++ b/web/app/components/plugins/constants.ts @@ -1,5 +1,6 @@ export const tagKeys = [ 'agent', + 'rag', 'search', 'image', 'videos', diff --git a/web/i18n/en-US/plugin-tags.ts b/web/i18n/en-US/plugin-tags.ts index d2177b2848..840c22af0f 100644 --- a/web/i18n/en-US/plugin-tags.ts +++ b/web/i18n/en-US/plugin-tags.ts @@ -3,6 +3,7 @@ const translation = { searchTags: 'Search Tags', tags: { agent: 'Agent', + rag: 'RAG', search: 'Search', image: 'Image', videos: 'Videos', diff --git a/web/i18n/ja-JP/plugin-tags.ts b/web/i18n/ja-JP/plugin-tags.ts index ace8c9b97e..5a194790b1 100644 --- a/web/i18n/ja-JP/plugin-tags.ts +++ b/web/i18n/ja-JP/plugin-tags.ts @@ -15,6 +15,7 @@ const translation = { news: 'ニュース', other: '他', agent: 'エージェント', + rag: 'RAG', business: 'ビジネス', travel: '旅行', }, diff --git a/web/i18n/zh-Hans/plugin-tags.ts b/web/i18n/zh-Hans/plugin-tags.ts index c133992b38..eca233306e 100644 --- a/web/i18n/zh-Hans/plugin-tags.ts +++ b/web/i18n/zh-Hans/plugin-tags.ts @@ -3,6 +3,7 @@ const translation = { searchTags: '搜索标签', tags: { agent: 'Agent', + rag: 'RAG', search: '搜索', image: '图片', videos: '视频',