React Advanced Odontogram - v2.2.1
    Preparing search index...

    Function t

    • Resolve a translation key to a localised string.

      Parameters

      • key: string

        Dot-delimited translation key (e.g. "app.title").

      • OptionallangOverride: Language | Params

        Explicit Language code or a Params object (when called with two arguments where the second is an object, it is treated as params).

      • Optionalparams: Params

        Optional template parameters that replace {{placeholder}} tokens.

      Returns string

      The resolved string, or the key itself if no translation is found.