Merge branch 'main' into feat/playtime-in-reviews

This commit is contained in:
Moyase
2025-11-02 19:25:31 +02:00
committed by GitHub
19 changed files with 112 additions and 69 deletions

View File

@@ -253,7 +253,7 @@ export interface GameReview {
translations: {
[key: string]: string;
};
detectedLanguage: string;
detectedLanguage: string | null;
}
export interface TrendingGame extends ShopAssets {