mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-21 00:11:00 +00:00
8c21bdc0a1
* Some translations (battle, modifier-type, trainer) * More translations and fixes * Minor fixes * finished translations * minor fix * removed tera type
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; |