contentful.js
    Preparing search index...

    Interface Locale

    Properties of a single locale definition

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