Internationalization (i18n) Skill This skill covers internationalization in Storefront Next using i18next with a dual-instance architecture (server + client). Overview - Server instance — Has access to all translations for all languages - Client instance — Dynamically imports translations as JavaScript chunks - Dual API — for components, for non-component code Translation File Structure Translations are organized as namespace files per locale, compiled into a TypeScript index: The imports all namespace files and extension translations: Namespace structure in Each top-level key is a namespace:…