From 6953c7a595cbf1356edc120e3e284e2e84f65328 Mon Sep 17 00:00:00 2001 From: zihluwang Date: Tue, 24 Feb 2026 10:37:38 +0800 Subject: [PATCH] fix: update titles for JSON Grid in British and Simplified Chinese locales --- src/init/i18n/locales/BritishEnglish.json | 2 +- src/init/i18n/locales/SimplifiedChinese.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/init/i18n/locales/BritishEnglish.json b/src/init/i18n/locales/BritishEnglish.json index 6781cc5..cd42522 100644 --- a/src/init/i18n/locales/BritishEnglish.json +++ b/src/init/i18n/locales/BritishEnglish.json @@ -24,7 +24,7 @@ "description": "Visualise JSON and query data using JSONPath. Inspect structures, filter results, and export CSV locally in your browser." }, "jsonGrid": { - "title": "json-grid - JSON Array to Table", + "title": "JSON Grid - JSON Array to Table", "description": "Convert JSON arrays into a clean, sortable table view and export as CSV. All processing happens locally." }, "bmi": { diff --git a/src/init/i18n/locales/SimplifiedChinese.json b/src/init/i18n/locales/SimplifiedChinese.json index 7793e1a..6607325 100644 --- a/src/init/i18n/locales/SimplifiedChinese.json +++ b/src/init/i18n/locales/SimplifiedChinese.json @@ -24,7 +24,7 @@ "description": "使用 JSONPath 可视化并查询 JSON 数据,筛选结果并导出 CSV,全程在浏览器本地完成。" }, "jsonGrid": { - "title": "json-grid - JSON 数组转表格", + "title": "JSON Grid - JSON 数组转表格", "description": "将 JSON 数组转换为清晰的表格视图并导出 CSV,所有处理均在本地完成。" }, "bmi": {