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

    Variable translationsConst

    translations: Record<Language, Record<string, string>> = ...

    Master translation table keyed by Language. Hungarian (hu) is the authoritative source — all other languages must contain exactly the same set of keys.

    Template placeholders use {{name}} syntax and are resolved at runtime by the t() function in useI18n.ts.