mwg API
    Preparing search index...

    Interface PoOptions

    interface PoOptions {
        direction?: Direction;
        domain?: string;
    }
    Index
    direction?: Direction

    override the direction parsePo infers from the locale

    domain?: string

    The gettext domain this catalog is. 'messages' (the default) leaves keys bare, the way gettext's default domain does; any other domain prefixes every key with domain:, so a game can load several .po files into one catalog without a shared msgid colliding.