GeoLeaf Core API - v3.0.0
    Preparing search index...

    Function registerDict

    • Registers a plugin i18n dictionary. Must be called before GeoLeaf.boot(). Keys are namespaced (e.g. "print.toolbar.button") and merged into the resolution table without overwriting core keys.

      Parameters

      • namespace: string

        Plugin identifier used for deduplication (e.g. "print").

      • dictsByLang: Record<string, LangDict>

        Map of language code → LangDict (keys: "fr", "en", …).

      Returns void