Interface JTranslationsByLocale

interface JTranslationsByLocale {
    [locale: string]: JLocaleTranslation;
}

Indexable

[locale: string]: JLocaleTranslation