Merge branch 'main' into feat/displaying-new-game-update

This commit is contained in:
Moyase
2025-11-02 18:41:01 +02:00
committed by GitHub
21 changed files with 149 additions and 78 deletions

View File

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