feat: adding translations

This commit is contained in:
Chubby Granny Chaser
2025-10-17 15:04:42 +01:00
parent e7ee049df5
commit 24f7ecb795
7 changed files with 124 additions and 14 deletions

View File

@@ -260,6 +260,10 @@ export interface GameReview {
displayName: string;
profileImageUrl: string | null;
};
translations: {
[key: string]: string;
};
detectedLanguage: string;
}
export interface TrendingGame extends ShopAssets {