1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

Added Platinum sets Translations (#51)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-08-14 13:37:39 +02:00 committed by GitHub
parent 128016d292
commit 509bb5de81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 9 deletions

View File

@ -4,7 +4,10 @@ const set: Serie = {
id: "pl",
name: {
en: "Platinum",
fr: "Platine"
fr: "Platine",
es: "Platino",
it: "Platino",
de: "Platin"
},
}

View File

@ -6,8 +6,10 @@ const pl4: Set = {
name: {
en: "Arceus",
fr: "Arceus"
,
fr: "Arceus",
es: "Arceus",
it: "Arceus",
de: "Arceus"
},
serie: serie,

View File

@ -6,8 +6,10 @@ const pl1: Set = {
name: {
en: "Platinum",
fr: "Platine"
,
fr: "Platine",
es: "Platino",
it: "Platino",
de: "Platin"
},
serie: serie,

View File

@ -6,8 +6,9 @@ const pl2: Set = {
name: {
en: "Rising Rivals",
fr: "Rivaux Émergeants"
,
fr: "Rivaux Émergeants",
it: "L'Ascesa dei Rivali",
de: "Aufstieg der Rivalen"
},
serie: serie,

View File

@ -6,8 +6,8 @@ const pl3: Set = {
name: {
en: "Supreme Victors",
fr: "Vainqueurs Suprêmes"
,
fr: "Vainqueurs Suprêmes",
de: "Ultimative Sieger"
},
serie: serie,