Skip to content

Commit

Permalink
chore: Add polish sets names (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking authored Nov 12, 2024
1 parent ac83a0e commit 207a18f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/Diamond & Pearl/Diamond & Pearl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const dp1: Set = {
es: "Diamante & Perla",
it: "Diamante & Perla",
de: "Diamant & Perl",
pt: "Diamante & Pérola"
pt: "Diamante & Pérola",
pl: 'Diament i Perla'
},

serie: serie,
Expand Down
3 changes: 2 additions & 1 deletion data/Diamond & Pearl/Mysterious Treasures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const dp2: Set = {
es: "Tesoros Misteriosos",
it: "Tesori Misteriosi",
de: "Geheimnisvolle Schätze",
pt: "Tesouros Misteriosos"
pt: "Tesouros Misteriosos",
pl: 'Tajemne Skarby'
},

serie: serie,
Expand Down

0 comments on commit 207a18f

Please sign in to comment.