Build on Stage 2’s remote packs and add a Localization Management System (LMS): a portal where product teams can add/update key-value pairs, trigger a governed publish, and see changes reflected in client apps via the same CDN delivery and device caching.
Edit translations like content
Add new keys, update wording, attach context (screenshots / notes), and manage locales.
Role-based access (viewer/editor/reviewer/admin) to prevent accidental production changes.
The platform: validation rules, publishing pipeline, bundling, CDN distribution, monitoring, and rollback.
Turns edits into a versioned, CDN-distributed translation bundle.
{
"locale": "es-ES",
"fallbacks": ["es-ES", "es", "en"],
"i18nVersion": "v2026.02.08-7f3a"
}
If device cache version differs, download the new pack from CDN. Otherwise keep using cached resources.
Stage 2 CDN pattern + device cache
Published bundles are immutable per version, so CDN caching is safe and predictable.
The edge serves most requests quickly. The device keeps the last used packs for instant startup and offline use.