1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

Added Translations for Gym sets

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-02-12 16:50:03 +01:00
parent 9e67f54543
commit 0f92dae2c2
2 changed files with 2 additions and 6 deletions

View File

@ -1,9 +1,7 @@
import Set from '@tcgdex/sdk/interfaces/Set' import Set from '@tcgdex/sdk/interfaces/Set'
const set: Set = { const set: Set = {
name: { name: "Gym Heroes",
en: "Gym Heroes"
},
code: "gym1", code: "gym1",
expansionCode: "gym", expansionCode: "gym",
tcgoCode: "G1", tcgoCode: "G1",

View File

@ -1,9 +1,7 @@
import Set from '@tcgdex/sdk/interfaces/Set' import Set from '@tcgdex/sdk/interfaces/Set'
const set: Set = { const set: Set = {
name: { name: "Gym Challenge",
en: "Gym Challenge"
},
code: "gym2", code: "gym2",
expansionCode: "gym", expansionCode: "gym",
tcgoCode: "G2", tcgoCode: "G2",