Type Alias I18nResourceBundle

I18nResourceBundle: Record<string, Record<string, Record<string, string>>>

Utility describing the shape of a translation resources object. Example: { en: { common: { ... }, kernel: { ... } }, es: { ... } }