mdn-translation-ja-mcp
    Preparing search index...

    Type Alias ReviewTranslationRulesMeta

    参照したガイドライン情報。

    type ReviewTranslationRulesMeta = {
        editorialUrl: string;
        l10nUrl: string;
        glossaryUrl: string;
        styleUrl: string;
        localReviewSources: {
            mozillaGlossaryExcerpt: { sourceUrl: string; retrievedAt: string };
            styleRules: { sourceUrl: string; retrievedAt: string };
            prohibitedExpressions: { sourceUrl: string; retrievedAt: string };
        };
    }
    Index

    Properties

    editorialUrl: string
    l10nUrl: string
    glossaryUrl: string
    styleUrl: string
    localReviewSources: {
        mozillaGlossaryExcerpt: { sourceUrl: string; retrievedAt: string };
        styleRules: { sourceUrl: string; retrievedAt: string };
        prohibitedExpressions: { sourceUrl: string; retrievedAt: string };
    }