rozod
    Preparing search index...

    Variable getAutomaticTranslationLanguagesLanguagecodeTargetLanguagesConst Api Param

    getAutomaticTranslationLanguagesLanguagecodeTargetLanguages: EndpointGeneric<
        { gameId?: number; languageCode: string; targetLanguages?: string[] },
        {
            sourceLanguage: string;
            targetLanguages: {
                isAutomaticTranslationAllowed: boolean;
                languageCode: string;
            }[];
        },
        undefined,
    > = ...

    GET https://gameinternationalization.roblox.com/v1/automatic-translation/languages/:languageCode/target-languages Checks if the requested target languages are allowed for automatic translation based on the source language. If there are no requested target languages, then all allowed target languages for the source language will be returned. languageCode The source language. targetLanguages Optional target languages. If not passed in, all allowed target languages for the source language will be returned. gameId Optional gameId. If not passed in, we'll return the default list of languages allowed.