From 80ac96da2f5e23e4873aed1b5a2036ed564c85d5 Mon Sep 17 00:00:00 2001 From: Fira Date: Thu, 23 Apr 2026 16:24:38 +0800 Subject: [PATCH] Fix json structure (#399) --- apps/web/src/i18n/locales/en.json | 2 +- apps/web/src/i18n/locales/zh.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/i18n/locales/en.json b/apps/web/src/i18n/locales/en.json index cea3a300..a332e783 100644 --- a/apps/web/src/i18n/locales/en.json +++ b/apps/web/src/i18n/locales/en.json @@ -1110,7 +1110,7 @@ "web": "Web", "cli": "CLI", "local": "Local" - }, + } }, "memory": { "title": "Here lie the memories.", diff --git a/apps/web/src/i18n/locales/zh.json b/apps/web/src/i18n/locales/zh.json index 23b41960..c2b657bc 100644 --- a/apps/web/src/i18n/locales/zh.json +++ b/apps/web/src/i18n/locales/zh.json @@ -1106,7 +1106,7 @@ "web": "Web", "cli": "本地 CLI", "local": "本地" - }, + } }, "memory": { "title": "所忆皆在此间",