Riksdagsmonitor Intelligence Platform — API Documentation - v1.0.30
    Preparing search index...
    interface ValidateTranslationOptions {
        sourceContent: string;
        translationPath: string;
        translationContent: string;
        lang:
            | "no"
            | "sv"
            | "da"
            | "fi"
            | "de"
            | "fr"
            | "es"
            | "nl"
            | "ar"
            | "he"
            | "ja"
            | "ko"
            | "zh";
        sourceSha?: string;
    }
    Index
    sourceContent: string

    Source executive-brief.md content.

    translationPath: string

    Translation file path (used for diagnostic context only).

    translationContent: string

    Translation file content. May be empty if file doesn't exist.

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

    Target language code.

    sourceSha?: string

    Optional source SHA — when supplied, the trailer must match.