JMdictLanguageSource: {
    full: boolean;
    lang: Language3Letter;
    text: string | null;
    wasei: boolean;
}

Source language information for borrowed words and wasei-eigo. For borrowed words this will contain the original word/phrase, in the source language

Type declaration

  • full: boolean

    Indicates whether the sense element fully or partially describes the source word or phrase of the loanword

  • lang: Language3Letter

    Language of this translation

  • text: string | null

    Text in the language defined by a lang field, or null

  • wasei: boolean

    Indicates that the word is wasei-eigo.

    See

    https://en.wikipedia.org/wiki/Wasei-eigo

Generated using TypeDoc