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:
@ -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émon‑Sammelkartenspiel‑Pocket",
|
||||
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'
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user