Search Docs
Loading...
Skip to content

Type Alias: I18n

type I18n = Record<LocaleKey, Partial<Translations>>;

Represents the internationalization settings for the Creative Editor SDK. This type defines a record of locale strings to translation objects. Note: this will append keys and not override keys.