Default HUD language to English; Chinese remains switchable

New installs and missing language fall back to en. Settings menu lists
English first; grok-hud lang zh|tw still switches to Chinese variants.
This commit is contained in:
2026-07-17 16:55:18 +08:00
parent ed1a1ade45
commit efc16a8404
15 changed files with 52 additions and 47 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ grok-build-hud --settings
## Language shortcuts
```bash
grok-hud lang zh # 简体中文 (default)
grok-hud lang en # English
grok-hud lang en # English (default)
grok-hud lang zh # 简体中文
grok-hud lang tw # 繁體中文
```