1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 11:59: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

@ -3,7 +3,14 @@ import { Serie } from '../interfaces'
const serie: Serie = {
id: "tcgp",
name: {
en: "Pokémon TCG Pocket"
en: "Pokémon TCG Pocket",
de: "PokémonSammelkartenspielPocket",
es: "Juego de Cartas Coleccionables Pokémon Pocket",
fr: "Jeu de Cartes à Collectionner Pokémon Pocket",
it: "Gioco di Carte Collezionabili Pokémon Pocket",
'pt-br': "Pokémon Estampas Ilustradas Pocket",
ko: "포켓몬 카드 게임",
ja: 'Pokémon Trading Card Game Pocket'
},
}