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:
@ -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,
|
||||
|
@ -6,7 +6,10 @@ const base3: Set = {
|
||||
|
||||
name: {
|
||||
en: "Fossil",
|
||||
fr: "Fossile"
|
||||
fr: "Fossile",
|
||||
es: "Fósil",
|
||||
it: "Fossil",
|
||||
de: "Fossil"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
@ -6,7 +6,10 @@ const base2: Set = {
|
||||
|
||||
name: {
|
||||
en: "Jungle",
|
||||
fr: "Jungle"
|
||||
fr: "Jungle",
|
||||
de: "Dschungel",
|
||||
it: "Jungle",
|
||||
es: "Jungla"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
@ -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,
|
||||
|
@ -6,7 +6,8 @@ const wp: Set = {
|
||||
|
||||
name: {
|
||||
en: "W Promotional",
|
||||
fr: "W Promotional"
|
||||
fr: "W Promotional",
|
||||
it: "Carte Promo Wizards"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user