JSON object where the keys are of type Locale, and the values are the strings used for the corresponding language.

interface LocalizedString {
    [key: string]: string;
}

Indexable

[key: string]: string

Generated using TypeDoc