From 8583bc3938dca4214d03d1db701ed05eac065a3e Mon Sep 17 00:00:00 2001 From: Haruko386 Date: Tue, 18 Aug 2026 14:26:42 +0800 Subject: [PATCH] fix(web): remove duplicate tags for locales files (#18421) --- web/src/locales/en.ts | 1 - web/src/locales/zh.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/web/src/locales/en.ts b/web/src/locales/en.ts index fb5f9908b2..3674f1cfe5 100644 --- a/web/src/locales/en.ts +++ b/web/src/locales/en.ts @@ -3332,7 +3332,6 @@ The Indexer will store the content in the corresponding data structures for the summary: 'Summary', keywords: 'Keywords', questions: 'Questions', - tags: 'Tags', metadata: 'Metadata', fieldName: 'Result destination', enableSummary: 'Enable Summary', diff --git a/web/src/locales/zh.ts b/web/src/locales/zh.ts index 8ee02c6f71..c6911ac6d7 100644 --- a/web/src/locales/zh.ts +++ b/web/src/locales/zh.ts @@ -2914,7 +2914,6 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`, summary: '增强上下文', keywords: '关键词', questions: '问题', - tags: '标签', metadata: '元数据', fieldName: '结果目的地', enableSummary: '启用增强上下文',