rozod
    Preparing search index...

    Variable getGameLocalizationStatusGameidTranslationCountsConst Api Param

    getGameLocalizationStatusGameidTranslationCounts: EndpointGeneric<
        { gameId: number },
        {
            gameId: number;
            languagesOrLocales: {
                categories: {
                    category: "InGameContent";
                    totalTranslatableItemCount: number;
                    translationCounts: {
                        count: number;
                        translationStatus: "Approved";
                        translatorType: "User" | "Automation";
                    }[];
                }[];
                languageCode: string;
                languageCodeType: "Language"
                | "Locale";
                name: string;
                status: "Success" | "LanguageOrLocaleNotSupportedForGame";
            }[];
        },
        undefined,
    > = ...

    GET https://gameinternationalization.roblox.com/v1/game-localization-status/:gameId/translation-counts Gets the language translation counts for all languages of a game gameId GameID of the game to get translation counts for