interface DictionaryCreateInfo {
    fallback: string;
    name: string;
    slug: string;
}

Hierarchy (view full)

Properties

Properties

fallback: string

First dictionary language E.g "en-US"

name: string
slug: string