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,9 @@ const np: Set = {
name: {
en: "Nintendo Black Star Promos",
fr: "Promo Nintendo"
fr: "Promo Nintendo",
es: "Nintendo Black Star Promos",
it: "Nintendo Black Star Promos"
},
serie: serie,

View File

@ -6,7 +6,8 @@ const pop1: Set = {
name: {
en: "POP Series 1",
fr: "POP Séries 1"
fr: "POP Série 1",
it: "POP Serie 1"
},
serie: serie,

View File

@ -6,7 +6,8 @@ const pop2: Set = {
name: {
en: "POP Series 2",
fr: "POP Séries 2",
fr: "POP Série 2",
it: "POP Serie 2"
},
serie: serie,

View File

@ -6,7 +6,8 @@ const pop3: Set = {
name: {
en: "POP Series 3",
fr: "POP Séries 3"
fr: "POP Série 3",
it: "POP Serie 3"
},
serie: serie,

View File

@ -6,7 +6,8 @@ const pop4: Set = {
name: {
en: "POP Series 4",
fr: "POP Séries 4"
fr: "POP Série 4",
it: "POP Serie 4"
},
serie: serie,

View File

@ -6,6 +6,7 @@ const pop5: Set = {
name: {
en: "POP Series 5",
it: "POP Serie 5"
},
serie: serie,

View File

@ -6,7 +6,8 @@ const pop7: Set = {
name: {
en: "POP Series 7",
fr: "POP Séries 7"
fr: "POP Série 7",
it: "POP Serie 7"
},
serie: serie,

View File

@ -6,7 +6,8 @@ const pop9: Set = {
name: {
en: "POP Series 9",
fr: "POP Séries 9"
fr: "POP Série 9",
it: "POP Serie 9"
},
serie: serie,