1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-21 11:29:18 +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: "Charmeleon"
en: "Charmeleon",
fr: "Reptincel",
es: "Charmeleon",
it: "Charmeleon",
de: "Glutexo",
'pt-br': "Charmeleon",
ko: "리자드"
},
illustrator: "kantaro",
@ -22,7 +28,13 @@ const card: Card = {
cost: ["Fire", "Colorless", "Colorless"],
name: {
en: "Fire Claws"
en: "Fire Claws",
fr: "Griffes Enflammées",
es: "Garras de Fuego",
it: "Artigli Infuocati",
de: "Feuerkrallen",
'pt-br': "Garras de Fogo",
ko: "불꽃의발톱"
},
damage: "60"
@ -38,6 +50,12 @@ const card: Card = {
description: {
en: "It spits fire that is hot enough to melt boulders. It may cause forest fires by blowing flames.",
fr: "Son souffle brûlant peut faire fondre la roche.\nIl est parfois la cause d'incendies de forêt.",
es: "Escupe un fuego tan caliente que funde las\nrocas. Causa incendios forestales sin querer.",
it: "Sputa fiamme incandescenti in grado di fondere\nle rocce. A volte causa incendi boschivi.",
de: "Dieses Pokémon kann mit seinem\nFeueratem Felsen schmelzen.\nEs verursacht ab und zu Waldbrände.",
'pt-br': "Cospe chamas quentes o bastante para\nderreter rochedos. Estas chamas podem\ncausar incêndios florestais.",
ko: "암석도 태워버릴 정도로\n작열하는 화염을 뿜어\n산불을 일으킬 때가 있다."
}
}