interface JTranslationBundle {
    defaultLocale?: LOCALES;
    id: string;
    translationsByLocale: JTranslationsByLocale;
}

Properties

defaultLocale?: LOCALES
id: string
translationsByLocale: JTranslationsByLocale