openclaw - 💡(How to fix) Fix Feature Request: Add Chinese (zh-CN) localization for macOS menu bar app

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

The OpenClaw macOS menu bar app currently has no localization support. The entire Settings UI is English-only, even when macOS system language is set to Chinese (zh-CN).

Root Cause

OpenClaw has a significant Chinese-speaking user base (200k+ stars, many from Chinese developers, multiple WeChat tutorials). The web Control UI already supports zh-CN. The native macOS app should match.

RAW_BUFFERClick to expand / collapse

Summary

The OpenClaw macOS menu bar app currently has no localization support. The entire Settings UI is English-only, even when macOS system language is set to Chinese (zh-CN).

Current State

  • No .lproj directories in OpenClaw.app/Contents/Resources/
  • CFBundleLocalizations not defined in Info.plist
  • All UI strings in Settings window (General, Channels, Voice Wake, Config, Permissions, etc.) are hardcoded English
  • Menu bar dropdown follows macOS system language, but Settings window content does not

Why This Matters

OpenClaw has a significant Chinese-speaking user base (200k+ stars, many from Chinese developers, multiple WeChat tutorials). The web Control UI already supports zh-CN. The native macOS app should match.

Proposed Solution

  1. Extract user-facing strings into Localizable.strings or Swift String Catalogs
  2. Add zh-Hans.lproj localization
  3. Declare CFBundleLocalizations with en and zh-Hans
  4. Follow the web Control UI translation pattern

Environment

  • OpenClaw.app v2026.5.7
  • macOS 26.2 arm64
  • System language: Chinese (Simplified)

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix Feature Request: Add Chinese (zh-CN) localization for macOS menu bar app