platform-bible-react
    Preparing search index...

    Type Alias LanguageInfo

    type LanguageInfo = {
        autonym: string;
        otherNames?: string[];
        uiNames?: Record<string, string>;
    }
    Index

    Properties

    autonym: string

    The name of the language to be displayed (in its native script)

    otherNames?: string[]

    Other known names of the language (for searching). This can include pejorative names and should never be displayed unless typed by the user.

    uiNames?: Record<string, string>

    The name of the language in other languages, so that the language can also be displayed in the current UI language, if known.