From 1a4d6775b594b206895509bda40bf55a4a80f0d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=B9=BF?= Date: Sat, 11 Oct 2025 16:50:32 +0800 Subject: [PATCH] i18n: fix mustache brackets --- lightrag_webui/src/locales/en.json | 4 ++-- lightrag_webui/src/locales/zh.json | 4 ++-- lightrag_webui/src/locales/zh_TW.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lightrag_webui/src/locales/en.json b/lightrag_webui/src/locales/en.json index 20ed8039..be974e55 100644 --- a/lightrag_webui/src/locales/en.json +++ b/lightrag_webui/src/locales/en.json @@ -335,14 +335,14 @@ }, "search": { "placeholder": "Search nodes in page...", - "message": "And {count} others" + "message": "And {{count}} others" }, "graphLabels": { "selectTooltip": "Get subgraph of a node (label)", "noLabels": "No matching nodes found", "label": "Search node name", "placeholder": "Search node name...", - "andOthers": "And {count} others", + "andOthers": "And {{count}} others", "refreshGlobalTooltip": "Refresh global graph data and reset search history", "refreshCurrentLabelTooltip": "Refresh current page graph data", "refreshingTooltip": "Refreshing data..." diff --git a/lightrag_webui/src/locales/zh.json b/lightrag_webui/src/locales/zh.json index 87e8bde1..45d1bf11 100644 --- a/lightrag_webui/src/locales/zh.json +++ b/lightrag_webui/src/locales/zh.json @@ -335,14 +335,14 @@ }, "search": { "placeholder": "页面内搜索节点...", - "message": "还有 {count} 个" + "message": "还有 {{count}} 个" }, "graphLabels": { "selectTooltip": "获取节点(标签)子图", "noLabels": "未找到匹配的节点", "label": "搜索节点名称", "placeholder": "搜索节点名称...", - "andOthers": "还有 {count} 个", + "andOthers": "还有 {{count}} 个", "refreshGlobalTooltip": "刷新全图数据和重置搜索历史", "refreshCurrentLabelTooltip": "刷新当前页面图数据", "refreshingTooltip": "正在刷新数据..." diff --git a/lightrag_webui/src/locales/zh_TW.json b/lightrag_webui/src/locales/zh_TW.json index 87dc04da..6c6842fc 100644 --- a/lightrag_webui/src/locales/zh_TW.json +++ b/lightrag_webui/src/locales/zh_TW.json @@ -335,14 +335,14 @@ }, "search": { "placeholder": "頁面內搜尋節點...", - "message": "還有 {count} 個" + "message": "還有 {{count}} 個" }, "graphLabels": { "selectTooltip": "獲取節點(標籤)子圖", "noLabels": "未找到匹配的節點", "label": "搜尋節點名稱", "placeholder": "搜尋節點名稱...", - "andOthers": "還有 {count} 個", + "andOthers": "還有 {{count}} 個", "refreshGlobalTooltip": "重新整理全圖資料和重置搜尋歷史", "refreshCurrentLabelTooltip": "重新整理目前頁面圖形資料", "refreshingTooltip": "正在重新整理資料..."