1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/Platinum/Pokémon Rumble.ts
Florian Bouillon 2f5f52b51c
refactor: Add Sets/Series translations (#172)
* refactor: Add set/Series translations

Signed-off-by: Avior <github@avior.me>

* refactor: Done Trainer kits

Signed-off-by: Avior <github@avior.me>
2021-11-16 12:44:58 +01:00

22 lines
266 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Platinum'
const ru1: Set = {
id: "ru1",
name: {
en: "Pokémon Rumble",
es: "Pokémon Rumble"
},
serie: serie,
cardCount: {
official: 16
},
releaseDate: "2009-12-02"
}
export default ru1