Riksdagsmonitor Intelligence Platform — API Documentation - v1.0.30
    Preparing search index...
    interface TranslationValidation {
        translationPath: string;
        lang:
            | "no"
            | "sv"
            | "da"
            | "fi"
            | "de"
            | "fr"
            | "es"
            | "nl"
            | "ar"
            | "he"
            | "ja"
            | "ko"
            | "zh";
        exists: boolean;
        checks: CheckResult[];
        passed: boolean;
    }
    Index
    translationPath: string

    Path to the translation file relative to the repository root.

    lang:
        | "no"
        | "sv"
        | "da"
        | "fi"
        | "de"
        | "fr"
        | "es"
        | "nl"
        | "ar"
        | "he"
        | "ja"
        | "ko"
        | "zh"

    Target language code.

    exists: boolean

    True if the translation file exists on disk.

    checks: CheckResult[]

    Per-check results.

    passed: boolean

    Overall pass/fail (every check.passed === true).