Correction to French ability-trigger.ts (#1200)
This commit is contained in:
parent
3fd1ecf6a7
commit
6405bcab87
|
@ -2,5 +2,5 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
export const abilityTriggers: SimpleTranslationEntries = {
|
export const abilityTriggers: SimpleTranslationEntries = {
|
||||||
'blockRecoilDamage' : `{{abilityName}}\nde {{pokemonName}} le protège du contrecoup !`,
|
'blockRecoilDamage' : `{{abilityName}}\nde {{pokemonName}} le protège du contrecoup !`,
|
||||||
'badDreams': `{{pokemonName}} est tourmenté!`
|
'badDreams': `{{pokemonName}} a le sommeil agité !`
|
||||||
} as const;
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue