@yamlresume/core
    Preparing search index...

    Function getOptionTranslation

    • Retrieves the translated terms for a specific locale language.

      Includes translations for degrees, languages, fluencies, countries, section titles, levels, and other specific terms.

      Type Parameters

      • K extends keyof OptionTranslation

      Parameters

      • language:
            | "en"
            | "zh-hans"
            | "zh-hant-hk"
            | "zh-hant-tw"
            | "es"
            | "fr"
            | "no"
            | "nl"
            | "ja"
            | "de"

        The desired locale language. If undefined, defaults to English.

      • category: K
      • option: keyof OptionTranslation[K]

      Returns string

      An object containing the translated terms for the specified language.