LangOji constructor

const LangOji()

Creates a instance of LangOji (Ojibwe (Ojibwa) language).

ISO 639-2 code: "OJI", ISO 639-1 code: "OJ".

Implementation

const LangOji()
    : super(
        name: "Ojibwe (Ojibwa)",
        code: "OJI",
        codeShort: "OJ",
        namesNative: const ["ᐊᓂᔑᓈᐯᒧᐎᓐ"],
        bibliographicCode: null,
        family: const Algonquian(),
        isRightToLeft: false,
        scripts: const {ScriptLatn()},
      );