@hebcal/core
    Preparing search index...

    Interface Headers

    Metadata from the header block of a .po file. Only the two fields gettext tooling emits by default are modelled; both are optional and neither affects lookup in this package.

    interface Headers {
        "content-type"?: string;
        "plural-forms"?: string;
    }
    Index
    "content-type"?: string

    MIME type and charset, e.g. 'text/plain; charset=UTF-8'

    "plural-forms"?: string

    gettext plural rule, e.g. 'nplurals=2; plural=(n!=1);'