1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-04 05:11:58 +00:00

feat: Add the TCG Pocket cards in other languages (#734)

This commit is contained in:
2025-05-17 19:27:22 +02:00
committed by GitHub
parent c26b91ac85
commit 8ca40f410d
1116 changed files with 26787 additions and 4023 deletions

View File

@@ -5,7 +5,13 @@ const card: Card = {
set: Set,
name: {
en: "Growlithe"
en: "Growlithe",
fr: "Caninos",
es: "Growlithe",
it: "Growlithe",
de: "Fukano",
'pt-br': "Growlithe",
ko: "가디"
},
illustrator: "Mizue",
@@ -18,7 +24,13 @@ const card: Card = {
cost: ["Colorless", "Colorless"],
name: {
en: "Bite"
en: "Bite",
fr: "Morsure",
es: "Mordisco",
it: "Morso",
de: "Biss",
'pt-br': "Mordida",
ko: "물기"
},
damage: "20"
@@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "It has a brave and trustworthy nature. It fearlessly stands up to bigger and stronger foes.",
fr: "Courageux et fidèle, il se dresse vaillamment devant\nses ennemis même s'ils sont plus puissants que lui.",
es: "De naturaleza valiente y honrada, se enfrenta\nsin miedo a enemigos más grandes y fuertes.",
it: "Coraggioso e affidabile, si oppone senza\npaura anche a nemici più grandi e forti di lui.",
de: "Es ist von Natur aus tapfer und vertrauenswürdig\nund scheut auch vor Gegnern nicht zurück,\ndie größer und stärker sind als es selbst.",
'pt-br': "Tem uma natureza corajosa e leal e enfrenta\nsem medo adversários maiores e mais fortes.",
ko: "자신보다 강하고\n큰 상대라도 겁 없이 맞서는\n용감하고 믿음직스런 성격이다."
}
}