Referencei18n
getI18nTranslations
Read the merged translation map for a locale using BCP 47 parent-chain fallback
Import
getI18nTranslations walks the BCP 47 lookup chain (es-MX → es → en) and merges registry layers into one map. Providers combine this map with lazy-loaded built-in packs and provider overrides. Call it directly when building custom UI outside built-in controls.
See Internationalize the player for merge order and fallback rules.