1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +00:00

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>
This commit is contained in:
2021-11-16 12:44:58 +01:00
committed by GitHub
parent df23371cb4
commit 2f5f52b51c
91 changed files with 272 additions and 115 deletions

View File

@ -6,7 +6,10 @@ const base1: Set = {
name: {
en: "Base Set",
fr: "Set de Base"
fr: "Set de Base",
es: "Base Set",
it: "Set Base",
de: "Grundset"
},
serie: serie,

View File

@ -6,7 +6,10 @@ const base3: Set = {
name: {
en: "Fossil",
fr: "Fossile"
fr: "Fossile",
es: "Fósil",
it: "Fossil",
de: "Fossil"
},
serie: serie,

View File

@ -6,7 +6,10 @@ const base2: Set = {
name: {
en: "Jungle",
fr: "Jungle"
fr: "Jungle",
de: "Dschungel",
it: "Jungle",
es: "Jungla"
},
serie: serie,

View File

@ -6,7 +6,9 @@ const base5: Set = {
name: {
en: "Team Rocket",
fr: "Team Rocket"
fr: "Team Rocket",
it: "Team Rocket",
de: "Team Rocket"
},
serie: serie,

View File

@ -6,7 +6,8 @@ const wp: Set = {
name: {
en: "W Promotional",
fr: "W Promotional"
fr: "W Promotional",
it: "Carte Promo Wizards"
},
serie: serie,

View File

@ -6,7 +6,9 @@ const basep: Set = {
name: {
en: "Wizards Black Star Promos",
fr: "Wizards Black Star Promos"
fr: "Wizards Black Star Promos",
it: "Wizards Black Star Promos",
es: "Wizards Black Star Promos"
},
serie: serie,