From 2f84d9e4dd7fe5270a9a86b81ef5a06a92b003da Mon Sep 17 00:00:00 2001 From: DustinLin <39450497+DustinLin@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:37:52 -0700 Subject: [PATCH] Update src/locales/fr/move-trigger.ts Co-authored-by: Lugiad' --- src/locales/fr/move-trigger.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;