Skip to content

Commit

Permalink
fix: Missing translations for the new rarities
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed Nov 12, 2023
1 parent e64b876 commit 3b2f1fe
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 9 deletions.
6 changes: 5 additions & 1 deletion meta/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"Rare": "Selten",
"Secret Rare": "Versteckt Selten",
"Ultra Rare": "Ultra Selten",
"Uncommon": "Ungewöhnlich"
"Uncommon": "Ungewöhnlich",
"Double rare": "Doppelselten",
"Illustration rare": "Selten, Illustration",
"Special illustration rare": "Selten, besondere Illustration",
"Hyper rare": "Hyperselten"
},
"stage": {
"BREAK": "TURBO",
Expand Down
6 changes: 5 additions & 1 deletion meta/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"Rare": "Rara",
"Secret Rare": "Rara Secreto",
"Ultra Rare": "Rara Ultra",
"Uncommon": "Uncommon"
"Uncommon": "Uncommon",
"Double rare": "Rara Doble",
"Illustration rare": "Rara Ilustración",
"Special illustration rare": "Rara Ilustración Especial",
"Hyper rare": "Rara Híper"
},
"stage": {
"BREAK": "TURBO",
Expand Down
6 changes: 5 additions & 1 deletion meta/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
"Rare": "Rare",
"Secret Rare": "Magnifique rare",
"Ultra Rare": "Ultra Rare",
"Uncommon": "Peu Commune"
"Uncommon": "Peu Commune",
"Double rare": "Double rare",
"Illustration rare": "Illustration rare",
"Special illustration rare": "Illustration spéciale rare",
"Hyper rare": "Hyper rare"
},
"stage": {
"BREAK": "TURBO",
Expand Down
6 changes: 5 additions & 1 deletion meta/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"Rare": "Rara",
"Secret Rare": "Segreto rara",
"Ultra Rare": "Ultrarara",
"Uncommon": "Non comune"
"Uncommon": "Non comune",
"Double rare": "Rara doppia",
"Illustration rare": "Rara illustrazione",
"Special illustration rare": "Rara illustrazione speciale",
"Hyper rare": "Rara iper"
},
"stage": {
"BREAK": "TURBO",
Expand Down
12 changes: 8 additions & 4 deletions meta/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@
},
"rarity": {
"Amazing": "Amazing",
"Common": "Common",
"Common": "Comum",
"None": "None",
"Rare": "Rare",
"Rare": "Rara",
"Secret Rare": "Secret Rare",
"Ultra Rare": "Ultra Rare",
"Uncommon": "Uncommon"
"Ultra Rare": "Rara Ultra",
"Uncommon": "Incomum",
"Double rare": "Rara Dupla",
"Illustration rare": "Ilustração Rara",
"Special illustration rare": "Ilustração Rara Especial",
"Hyper rare": "Rara Hiper"
},
"stage": {
"BREAK": "TURBO",
Expand Down
18 changes: 17 additions & 1 deletion meta/translations/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,18 @@
},
"Uncommon": {
"type": "string"
},
"Double rare": {
"type": "string"
},
"Illustration rare": {
"type": "string"
},
"Special illustration rare": {
"type": "string"
},
"Hyper rare": {
"type": "string"
}
},
"required": [
Expand All @@ -95,7 +107,11 @@
"Rare",
"Secret Rare",
"Ultra Rare",
"Uncommon"
"Uncommon",
"Double rare",
"Illustration rare",
"Special illustration rare",
"Hyper rare"
]
},
"stage": {
Expand Down

0 comments on commit 3b2f1fe

Please sign in to comment.