Interface Locale

Properties of a single locale definition

interface Locale {
    code: string;
    default: boolean;
    fallbackCode: null | string;
    name: string;
    sys: LocaleSys;
}

Properties

code: string
default: boolean
fallbackCode: null | string
name: string