Shape of a core translation table: flat key → translated string.
Deliberately flat rather than nested — keys carry their own namespace (toast.geoloc.…), so a missing key is a missing key rather than a traversal into undefined.
toast.geoloc.…
undefined
Shape of a core translation table: flat key → translated string.
Deliberately flat rather than nested — keys carry their own namespace (
toast.geoloc.…), so a missing key is a missing key rather than a traversal intoundefined.