GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Translates key, delegating to GeoLeaf.I18n.t when present, else returning fallback. fallback is also returned when the seam yields a nullish value.

      Parameters

      • key: string

        Translation key.

      • fallback: string

        Text used when no translation is available.

      Returns string

      The translated string, or fallback.