@yamlresume/core
    Preparing search index...

    Type Alias OptionTranslation

    Defines the structure for translated terms for a single language.

    type OptionTranslation = {
        countries: Record<Country, string>;
        degrees: Record<Degree, string>;
        fluency: Record<Fluency, string>;
        languages: Record<Language, string>;
        sections: Record<SectionID, string>;
        skills: Record<Level, string>;
    }
    Index
    countries: Record<Country, string>

    Translations for country names.

    degrees: Record<Degree, string>

    Translations for degree types.

    fluency: Record<Fluency, string>

    Translations for language fluency levels.

    languages: Record<Language, string>

    Translations for language names.

    sections: Record<SectionID, string>

    Translations for resume section titles.

    skills: Record<Level, string>

    Translations for skill proficiency levels.