Skip to content

Commit

Permalink
feat: Add series names
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed Nov 12, 2024
1 parent 041572d commit 8eb9131
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion data/Base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ const base: Serie = {
es: "Clásica",
it: "Originale",
de: "Grund",
pt: "Coleção Básica"
pt: "Coleção Básica",
nl: "Basis",
pl: "Diament i Perla"
},
id: "base"
}
Expand Down
3 changes: 2 additions & 1 deletion data/Diamond & Pearl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const set: Serie = {
es: "Diamante & Perla",
it: "Diamante & Perla",
de: "Diamant & Perl",
pt: "Diamante & Pérola"
pt: "Diamante & Pérola",
pl: "Diament i Perla"
},
}

Expand Down
3 changes: 2 additions & 1 deletion data/XY.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const set: Serie = {
es: "XY",
it: "XY",
de: "XY",
pt: "XY"
pt: "XY",
ru: "XY"
},

energies: [
Expand Down

0 comments on commit 8eb9131

Please sign in to comment.