From 4aecdb8cb284b362dab6887564a13ffd958766cb Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Wed, 29 Apr 2026 20:45:00 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@2fa5590a93468c83d323ac3d5312276ad8bf2c46 --- .openclaw-sync/source.json | 4 ++-- docs/web/control-ui.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 24b96f4fc..0a7a644c1 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "c9156cd9a87a00b1099dd65b6b97b21a246f9114", - "syncedAt": "2026-04-29T20:09:52.073Z" + "sha": "2fa5590a93468c83d323ac3d5312276ad8bf2c46", + "syncedAt": "2026-04-29T20:43:26.780Z" } diff --git a/docs/web/control-ui.md b/docs/web/control-ui.md index 4c41a0d72..b40b09460 100644 --- a/docs/web/control-ui.md +++ b/docs/web/control-ui.md @@ -78,7 +78,7 @@ The Control UI fetches its runtime settings from `/__openclaw/control-ui-config. The Control UI can localize itself on first load based on your browser locale. To override it later, open **Overview -> Gateway Access -> Language**. The locale picker lives in the Gateway Access card, not under Appearance. -- Supported locales: `en`, `zh-CN`, `zh-TW`, `pt-BR`, `de`, `es`, `ja-JP`, `ko`, `fr`, `tr`, `uk`, `id`, `pl`, `th` +- Supported locales: `en`, `zh-CN`, `zh-TW`, `pt-BR`, `de`, `es`, `ja-JP`, `ko`, `fr`, `ar`, `it`, `tr`, `uk`, `id`, `pl`, `th`, `vi`, `nl`, `fa` - Non-English translations are lazy-loaded in the browser. - The selected locale is saved in browser storage and reused on future visits. - Missing translation keys fall back to English.