mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-22 10:23:56 +00:00
Added pluralization
This commit is contained in:
@@ -82,7 +82,7 @@ export function GameCard({ game, ...props }: GameCardProps) {
|
||||
))}
|
||||
{remainingCount > 0 && (
|
||||
<Badge>
|
||||
+{remainingCount} {t("available")}
|
||||
+{remainingCount} {t("game_card:available", { count: remainingCount })}
|
||||
</Badge>
|
||||
)}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user