mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 16:56:11 +00:00
fixed master ball (#1043)
This commit is contained in:
parent
7935f28089
commit
04a345a6cc
@ -5,6 +5,6 @@ export const pokeball: SimpleTranslationEntries = {
|
|||||||
"greatBall": "Grande Bola",
|
"greatBall": "Grande Bola",
|
||||||
"ultraBall": "Ultra Bola",
|
"ultraBall": "Ultra Bola",
|
||||||
"rogueBall": "Bola Rogue",
|
"rogueBall": "Bola Rogue",
|
||||||
"masterBall": "Bole Mestra",
|
"masterBall": "Bola Mestra",
|
||||||
"luxuryBall": "Bola Luxo",
|
"luxuryBall": "Bola Luxo",
|
||||||
} as const;
|
} as const;
|
Loading…
Reference in New Issue
Block a user