1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-18 22:39:54 +00:00
cards-database/data/Pokémon TCG Pocket.ts

18 lines
480 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Serie } from '../interfaces'
const serie: Serie = {
id: "tcgp",
name: {
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'
},
}
export default serie