1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22: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", id: "pl",
name: { name: {
en: "Platinum", en: "Platinum",
fr: "Platine" fr: "Platine",
es: "Platino",
it: "Platino",
de: "Platin"
}, },
} }

View File

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

View File

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

View File

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

View File

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