feat(client): i18n copy + reco lang refresh + home polish

This commit is contained in:
1
2026-02-02 20:11:09 +08:00
parent 64b8352ad3
commit 996999453a
19 changed files with 594 additions and 188 deletions

View File

@@ -0,0 +1,22 @@
## 应用文案总表(请在此文件对应的 JSON 中修改)
**单一文案源文件**`client/src/i18n/locales/all.json`
- **English**`all.json``en`
- **繁体中文**`all.json``zh-TW`
> 说明:项目运行时只读取 `all.json`;请不要再改 `locales/en.json`、`locales/zh-TW.json`(它们已不再作为运行时数据源)。
### 快速索引(高频文案)
- **Home**`home.*`
- **Push 提示**`push.*`
- **主题**`theme.*`
- **我的/Profile**`profile.*`
- **收藏**`favorites.*`
- **设置**`settings.*`
- **Onboarding问卷**`onboardingSurvey.steps.*`
- **Onboarding兴趣**`intent.*`
- **Mock 文案**`mock.*`