diff --git a/src/locales/fr/move-trigger.ts b/src/locales/fr/move-trigger.ts index 53a12c1f4d8..aa4a279d47d 100644 --- a/src/locales/fr/move-trigger.ts +++ b/src/locales/fr/move-trigger.ts @@ -59,5 +59,5 @@ export const moveTriggers: SimpleTranslationEntries = { "copyType": "{{pokemonName}} prend le type\nde {{targetPokemonName}} !", "suppressAbilities": "Le talent de {{pokemonName}}\na été rendu inactif !", "swapArenaTags": "Les effets affectant chaque côté du terrain\nont été échangés par {{pokemonName}} !", - "chillyReception": "{{pokemonName}} is preparing to tell a chillingly bad joke!", + "chillyReception": "{{pokemonName}} s’apprête\nà faire un mauvais jeu de mots…", } as const;