From 0f92dae2c27b641a52785e40eddba33a0dc2bbab Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Fri, 12 Feb 2021 16:50:03 +0100 Subject: [PATCH] Added Translations for Gym sets Signed-off-by: Florian BOUILLON --- sets/gym/gym1.ts | 4 +--- sets/gym/gym2.ts | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sets/gym/gym1.ts b/sets/gym/gym1.ts index e4e9c8ec1..cc87ef70a 100644 --- a/sets/gym/gym1.ts +++ b/sets/gym/gym1.ts @@ -1,9 +1,7 @@ import Set from '@tcgdex/sdk/interfaces/Set' const set: Set = { - name: { - en: "Gym Heroes" - }, + name: "Gym Heroes", code: "gym1", expansionCode: "gym", tcgoCode: "G1", diff --git a/sets/gym/gym2.ts b/sets/gym/gym2.ts index f1ea104db..ad86d8242 100644 --- a/sets/gym/gym2.ts +++ b/sets/gym/gym2.ts @@ -1,9 +1,7 @@ import Set from '@tcgdex/sdk/interfaces/Set' const set: Set = { - name: { - en: "Gym Challenge" - }, + name: "Gym Challenge", code: "gym2", expansionCode: "gym", tcgoCode: "G2",