From 433240c43f60bf048b84d95502cec7e5770a826c Mon Sep 17 00:00:00 2001 From: paisley <8197966+su8su@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:54:22 +0800 Subject: [PATCH] feat(settings): add FAQ link to about section (#575) --- src/i18n/locales/en/settings.json | 3 ++- src/i18n/locales/ja/settings.json | 3 ++- src/i18n/locales/zh/settings.json | 3 ++- src/pages/Settings/index.tsx | 7 +++++++ 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/en/settings.json b/src/i18n/locales/en/settings.json index 2e8b20726..5933b3463 100644 --- a/src/i18n/locales/en/settings.json +++ b/src/i18n/locales/en/settings.json @@ -268,6 +268,7 @@ "basedOn": "Based on OpenClaw", "version": "Version {{version}}", "docs": "Website", - "github": "GitHub" + "github": "GitHub", + "faq": "FAQ" } } diff --git a/src/i18n/locales/ja/settings.json b/src/i18n/locales/ja/settings.json index 8f6ccc45a..62afd976a 100644 --- a/src/i18n/locales/ja/settings.json +++ b/src/i18n/locales/ja/settings.json @@ -265,6 +265,7 @@ "basedOn": "OpenClaw ベース", "version": "バージョン {{version}}", "docs": "公式サイト", - "github": "GitHub" + "github": "GitHub", + "faq": "よくある質問" } } diff --git a/src/i18n/locales/zh/settings.json b/src/i18n/locales/zh/settings.json index c2a90e51e..62750b86a 100644 --- a/src/i18n/locales/zh/settings.json +++ b/src/i18n/locales/zh/settings.json @@ -268,6 +268,7 @@ "basedOn": "基于 OpenClaw", "version": "版本 {{version}}", "docs": "官网", - "github": "GitHub" + "github": "GitHub", + "faq": "常见问题" } } diff --git a/src/pages/Settings/index.tsx b/src/pages/Settings/index.tsx index 5b694f1cf..616e19323 100644 --- a/src/pages/Settings/index.tsx +++ b/src/pages/Settings/index.tsx @@ -1073,6 +1073,13 @@ export function Settings() { > {t('about.github')} +