chore(sync): mirror docs from openclaw/openclaw@33b4b76a53

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-06 01:45:04 +00:00
parent ac947235c5
commit c1a7e8ccf7
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "92fa7ad42a928068d15b65399cb4928399a3fb4a",
"syncedAt": "2026-04-06T01:22:38.527Z"
"sha": "33b4b76a53178fe5eb97e90674440efb1361c339",
"syncedAt": "2026-04-06T01:45:04.431Z"
}

View File

@ -73,7 +73,9 @@ you revoke it with `openclaw devices revoke --device <id> --role <role>`. See
## Language support
The Control UI can localize itself on first load based on your browser locale, and you can override it later from the language picker in the Access card.
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`
- Non-English translations are lazy-loaded in the browser.

View File

@ -91,3 +91,5 @@ Prefer localhost, Tailscale Serve, or an SSH tunnel.
- No shared secret configured: `openclaw doctor --generate-gateway-token`
- In the dashboard settings, paste the token or password into the auth field,
then connect.
- The UI language picker is in **Overview -> Gateway Access -> Language**.
It is part of the access card, not the Appearance section.