mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59: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:
@ -7,8 +7,8 @@ const dpp: Set = {
|
||||
name: {
|
||||
en: "DP Black Star Promos",
|
||||
fr: "Promo DP",
|
||||
es: "Promo DP",
|
||||
it: "Promo DP",
|
||||
es: "DP Black Star Promos",
|
||||
it: "DP Black Star Promos",
|
||||
de: "Promo DP"
|
||||
},
|
||||
|
||||
|
@ -8,7 +8,8 @@ const dp4: Set = {
|
||||
en: "Great Encounters",
|
||||
fr: "Duels au Sommets",
|
||||
es: "Grandes Encuentros",
|
||||
de: "Epische Begegnungen"
|
||||
de: "Epische Begegnungen",
|
||||
it: "Incontri Leggendari"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
@ -8,7 +8,8 @@ const dp3: Set = {
|
||||
en: "Secret Wonders",
|
||||
fr: "Merveilles Secrètes",
|
||||
es: "Maravillas Secretas",
|
||||
it: "Prodigi Segreti"
|
||||
it: "Prodigi Segreti",
|
||||
de: "Rätselhafte Wunder"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
Reference in New Issue
Block a user