Type alias LanguageShortcut

LanguageShortcut: Record<NecessaryShortcut, string> & Record<string, string>

The type for an object of translations. Every translations must at least include all the NecessaryShortcut

Example

const shortcuts: LanguageShortcut = {
native: "tlhIngan Hol",
de: "Klingonisch",
en: "Klingon",
fr: "Klingon",
ja: "クリンゴン語",
}

Generated using TypeDoc