justhold-i18n
Installation
SKILL.md
JustHold i18n
- Locales:
zh-hant(default/primary) anden, defined ini18n/routing.tswithlocalePrefix: 'always'(e.g./zh-hant/holdings,/en/holdings). - Public app routes live under
app/[locale]/…. UI copy lives inmessages/zh-hant.jsonandmessages/en.json— add keys there; don't hardcode user-facing strings in components when a message namespace already exists. - Prefer Traditional Chinese first; ship
enwhen a translation is ready. - Admin exception:
app/admin/is English-only (no[locale]segment). Don't wrap admin screens in next-intl routing. - Content/R2 locale keys must match routing:
zh-hantanden(seelib/r2.tsand thejusthold-mdx-contentskill).