mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-21 00:11:00 +00:00
5 lines
227 B
TypeScript
5 lines
227 B
TypeScript
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||
|
|
||
|
export const abilityTriggers: SimpleTranslationEntries = {
|
||
|
'blockRecoilDamage' : `{{abilityName}} de {{pokemonName}}\nprotegeu-o do dano de recuo!`,
|
||
|
} as const;
|