Skip to content

Commit 8a06b4f

Browse files
greg19marcelpanse
andauthored
Fix overview filters (#814)
* Use `getFilteredCards` in overview * Small refactor --------- Co-authored-by: marcel panse <marcel.panse@gmail.com>
1 parent dcf28b1 commit 8a06b4f

22 files changed

+414
-535
lines changed

frontend/public/locales/de-DE/complete-progress.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"probabilityNewCard": "Chance auf eine neue Karte",
33
"totalCards": "Anzahl der Karten",
4-
"percentage": "Prozent"
4+
"percentage": "Prozent",
5+
"youHave": "{{nCardsOwned}} / {{nTotalCards}} Karten"
56
}

frontend/public/locales/en-US/complete-progress.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"probabilityNewCard": "Probability of obtaining new cards",
33
"totalCards": "Total cards",
4-
"percentage": "percentage"
4+
"percentage": "percentage",
5+
"youHave": "{{nCardsOwned}} / {{nTotalCards}} cards"
56
}

frontend/public/locales/es-ES/complete-progress.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"probabilityNewCard": "Probabilidad de obtener una nueva carta",
33
"totalCards": "Cartas totales",
4-
"percentage": "percentage"
4+
"percentage": "percentage",
5+
"youHave": "Tienes {{nCardsOwned}} de {{nTotalCards}} cartas"
56
}

frontend/public/locales/fr-FR/complete-progress.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"probabilityNewCard": "Probabilité d'avoir une nouvelle carte par paquet",
33
"totalCards": "Nombre de cartes total",
4-
"percentage": "pourcentage"
4+
"percentage": "pourcentage",
5+
"youHave": "Vous possédez {{nCardsOwned}} cartes sur {{nTotalCards}}"
56
}

frontend/public/locales/it-IT/complete-progress.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"probabilityNewCard": "Probabilità di ottenere nuove carte",
33
"totalCards": "Carte totali",
4-
"percentage": "percentage"
4+
"percentage": "percentage",
5+
"youHave": "Hai {{nCardsOwned}} carte su {{nTotalCards}}"
56
}

0 commit comments

Comments
 (0)