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

    Type Alias Locals

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

    Multi-valued language-tagged map for internationalised text.

    Maps language tags to multiple localised text values per language.

    • The @none key for non-localised values is not supported; for mixed content use readonly string[] | Locals 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