故障排查与常见问题
诊断并解决常见问题 — 译文缺失、缓存过期、CLI 报错等
My translations aren't showing: what do I check?
Work outwards from the CDN. One curl tells you whether this is a Better i18n problem or an app problem, and that answer saves you checking six things that were…
I published but my app still shows old translations
Give it a minute first. The CDN caches translations for 60 seconds, and publishing purges what changed — so most reports of this turn out to be someone…
Locale switching updates content but not UI translations (SSR)
The symptom is specific and it points at one thing: your page content changed language, so routing and the locale cookie are working, but the t() strings did…
How do I use i18n Doctor to check translation health?
Doctor gives your project a health score out of 100 and tells you what is dragging it down. It runs from the CLI, and it can send the result to your dashboard…
Better I18N