@worldware/msg
    Preparing search index...

    Type Alias MsgAttributes

    Locale and formatting metadata shared by messages and resources.

    type MsgAttributes = {
        dir?: string;
        dnt?: boolean;
        format?: MsgFormat;
        lang?: string;
    }
    Index
    dir?: string

    Text direction: typically ltr, rtl, or auto.

    dnt?: boolean

    When true, the content should not be translated (Do Not Translate).

    format?: MsgFormat

    MessageFormat syntax used by the string, if any.

    lang?: string

    BCP 47 language tag for the content (for example, en or zh-Hans).