@metreeca/qest - v0.9.2
    Preparing search index...

    Type Alias Local

    Local: { readonly [tag: string]: string }

    Single-valued language-tagged map for internationalised text.

    Maps language tags to a single localised text value per language.

    • The @none key for non-localised values is not supported; for mixed content use string | Local union types or the zxx tag
    • Language maps are conceptually equivalent to an array of language-tagged strings, which idiomatic JSON doesn't directly support