LangTat constructor

const LangTat()

Creates a instance of LangTat (Tatar language).

ISO 639-2 code: "TAT", ISO 639-1 code: "TT".

Implementation

const LangTat()
    : super(
        name: "Tatar",
        code: "TAT",
        codeShort: "TT",
        namesNative: const ["татар теле", "tatar tele"],
        bibliographicCode: null,
        family: const Turkic(),
        isRightToLeft: false,
        scripts: const {ScriptCyrl()},
      );