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.
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.