Correction to French ability-trigger.ts (#1200)

This commit is contained in:
Lugiad 2024-05-21 15:53:06 +02:00 committed by GitHub
parent 3fd1ecf6a7
commit 6405bcab87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const abilityTriggers: SimpleTranslationEntries = {
'blockRecoilDamage' : `{{abilityName}}\nde {{pokemonName}} le protège du contrecoup !`,
'badDreams': `{{pokemonName}} est tourmenté!`
'badDreams': `{{pokemonName}} a le sommeil agité !`
} as const;