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,9 @@ const ecard2: Set = {
|
||||
|
||||
name: {
|
||||
en: "Aquapolis",
|
||||
fr: "Aquapolis"
|
||||
fr: "Aquapolis",
|
||||
de: "Aquapolis",
|
||||
it: "Aquapolis"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
@ -6,7 +6,9 @@ const ecard1: Set = {
|
||||
|
||||
name: {
|
||||
en: "Expedition Base Set",
|
||||
fr: "Expedition"
|
||||
fr: "Expedition",
|
||||
it: "Expedition Set Base",
|
||||
de: "Expedition"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
@ -6,7 +6,8 @@ const ecard3: Set = {
|
||||
|
||||
name: {
|
||||
en: "Skyridge",
|
||||
fr: "Skyridge"
|
||||
it: "Skyridge",
|
||||
de: "Skyridge"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
Reference in New Issue
Block a user