Added ability-trigger.ts to Japanese locales

pull/726/merge^2
Lugiad 2024-05-14 02:28:02 +02:00 committed by GitHub
parent a8252ad11b
commit 5ff4c8cda3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const abilityTriggers: SimpleTranslationEntries = {
'blockRecoilDamage' : `{{pokemonName}}'s {{abilityName}}\nprotected it from recoil!`,
} as const;