feat: add nano banana Chinese prompt notify (#9038)

This commit is contained in:
YuTengjing
2025-09-03 16:29:13 +08:00
committed by GitHub
parent d1c5645517
commit 58e19f856c
22 changed files with 423 additions and 219 deletions

View File

@@ -58,12 +58,11 @@ Testing work follows the Rule-Aware Task Execution system above.
- use `bun run type-check` to check type errors.
### Internationalization
### i18n
- **Keys**: Add to `src/locales/default/namespace.ts`
- **Dev**: Translate at least `zh-CN` files for preview
- **Structure**: Hierarchical nested objects, not flat keys
- **Script**: DON'T run `pnpm i18n` (user/CI handles it)
- **Dev**: Translate `locales/zh-CN/namespace.json` locale file only for preview
- DON'T run `pnpm i18n`, let CI auto handle it
## Rules Index