taga11y - v0.1.0
    Preparing search index...

    Interface I18nStrings

    Typed map of every user-facing string slot. Eleven slots are plain strings; a11y.resultsCount and a11y.tagsSummary are PluralForms objects resolved per-locale via Intl.PluralRules. All values are plain JSON.

    interface I18nStrings {
        "a11y.noResults": string;
        "a11y.removeTag": string;
        "a11y.resultsCount": PluralForms;
        "a11y.selectedTags": string;
        "a11y.tagAdded": string;
        "a11y.tagRemoved": string;
        "a11y.tagsCleared": string;
        "a11y.tagsSummary": PluralForms;
        "error.duplicate": string;
        "error.loadError": string;
        "error.maxReached": string;
        "error.notInList": string;
        "ui.loading": string;
    }
    Index

    Properties

    "a11y.noResults": string
    "a11y.removeTag": string
    "a11y.resultsCount": PluralForms
    "a11y.selectedTags": string
    "a11y.tagAdded": string
    "a11y.tagRemoved": string
    "a11y.tagsCleared": string
    "a11y.tagsSummary": PluralForms
    "error.duplicate": string
    "error.loadError": string
    "error.maxReached": string
    "error.notInList": string
    "ui.loading": string