[Localization][pt] updated passive pop up (#2141)

This commit is contained in:
José Ricardo Fleury Oliveira 2024-06-12 14:14:21 -03:00 committed by GitHub
parent ed495673f3
commit a2638e4a79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ export const fightUiHandler: SimpleTranslationEntries = {
"pp": "PP",
"power": "Poder",
"accuracy": "Precisão",
"abilityFlyInText": " {{pokemonName}}'s {{passive}}{{abilityName}}",
"passive": "Passive ", // The space at the end is important
"abilityFlyInText": " {{passive}}{{pokemonName}}\n{{abilityName}}",
"passive": "Passiva de ", // The space at the end is important
} as const;