mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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:
@ -8,7 +8,8 @@ const bw5: Set = {
|
||||
en: "Dark Explorers",
|
||||
fr: "Explorateurs Obscurs",
|
||||
it: "Esploratori delle Tenebre",
|
||||
de: "Erfoscher der Finsternis"
|
||||
de: "Erfoscher der Finsternis",
|
||||
es: "Oscuros Exploradores"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
@ -6,7 +6,10 @@ const dv1: Set = {
|
||||
|
||||
name: {
|
||||
en: "Dragon Vault",
|
||||
fr: "Coffre des Dragons"
|
||||
fr: "Coffre des Dragons",
|
||||
it: "Tesoro dei Draghi",
|
||||
de: "Drachengruft",
|
||||
es: "Tesoro de Dragones" // NOTE: only went in the TCGO
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
Reference in New Issue
Block a user