Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface TranslationBundle

    interface TranslationBundle {
        completeness: number;
        locale:
            | "id"
            | "it"
            | "en"
            | "hi"
            | "es"
            | "zh"
            | "ar"
            | "fr"
            | "de"
            | "ja"
            | "ko"
            | "pt"
            | "ru"
            | "nl"
            | "tr"
            | "pl"
            | "sv"
            | "th"
            | "vi"
            | "uk";
        strings: Record<string, string>;
        version: string;
    }
    Index
    completeness: number
    locale:
        | "id"
        | "it"
        | "en"
        | "hi"
        | "es"
        | "zh"
        | "ar"
        | "fr"
        | "de"
        | "ja"
        | "ko"
        | "pt"
        | "ru"
        | "nl"
        | "tr"
        | "pl"
        | "sv"
        | "th"
        | "vi"
        | "uk"
    strings: Record<string, string>
    version: string