{{ featuredGame.translatedTitle || featuredGame.title }}
{{ t('featured') }}

{{ featuredGame.translatedTitle || featuredGame.title }}

{{ featuredGame.translatedDesc || featuredGame.description }}

{{ game.translatedTitle || game.title }}

{{ game.translatedDesc || game.description }}

{{ getCategoryText(game.category) }}

{{ game.translatedTitle || game.title }}

{{ game.translatedDesc || game.description }}

{{ getCategoryText(game.category) }}

{{ currentGame.translatedTitle || currentGame.title }}

{{ currentGame.translatedDesc || currentGame.description }}

{{ t('debug_info') }}

{{ t('error') }}: {{ loadingError }}

{{ t('total_games') }}: {{ games.length }}

{{ t('filtered_games') }}: {{ filteredGames.length }}

{{ t('current_page_games') }}: {{ paginatedGames.length }}

{{ t('current_category') }}: {{ activeCategory }}

{{ t('current_page') }}: {{ currentPage }}/{{ totalPages }}

{{ t('featured_game') }}: {{ featuredGame.translatedTitle || featuredGame.title }}