From 506cc76c2d12cc7cd43ab88592325d7c22aa9cf2 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Wed, 19 Jun 2024 18:13:55 +0200 Subject: [PATCH] [Localization(fr)] Fix typo in battle.ts (#2411) --- src/locales/fr/battle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/fr/battle.ts b/src/locales/fr/battle.ts index 17ec0288be1..e86e00029c6 100644 --- a/src/locales/fr/battle.ts +++ b/src/locales/fr/battle.ts @@ -125,7 +125,7 @@ export const battle: SimpleTranslationEntries = { "battlerTagsCritBoostOnAdd": "{{pokemonNameWithAffix}}\nest prêt à tout donner !", "battlerTagsCritBoostOnRemove": "{{pokemonNameWithAffix}} se détend.", "battlerTagsSaltCuredOnAdd": "{{pokemonNameWithAffix}}\nest couvert de sel !", - "battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}}est blessé\npar la capacité {{moveName}} !", + "battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}} est blessé\npar la capacité {{moveName}} !", "battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}} sacrifie des PV\net lance une malédiction sur {{pokemonName}} !", "battlerTagsCursedLapse": "{{pokemonNameWithAffix}} est touché par la malédiction !" } as const;