From 0320ea3bfa6b2e91854a711054cf499d85000f65 Mon Sep 17 00:00:00 2001 From: Proxymyr Date: Tue, 25 Jun 2024 17:09:21 +0200 Subject: [PATCH] [Localization(fr)] Fixed typo in infatuation message (#2596) --- 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 94eab760857..3fe3cb8b09f 100644 --- a/src/locales/fr/battle.ts +++ b/src/locales/fr/battle.ts @@ -87,7 +87,7 @@ export const battle: SimpleTranslationEntries = { "battlerTagsDestinyBondLapse": "{{pokemonNameWithAffix}} entraine\n{{pokemonNameWithAffix2}} dans sa chute !", "battlerTagsInfatuatedOnAdd": "{{pokemonNameWithAffix}} est amoureux\nde {{sourcePokemonName}} !", "battlerTagsInfatuatedOnOverlap": "{{pokemonNameWithAffix}} est\ndéjà amoureux !", - "battlerTagsInfatuatedLapse": "{{pokemonNameWithAffix}}] est amoureux\nde {{sourcePokemonName}} !", + "battlerTagsInfatuatedLapse": "{{pokemonNameWithAffix}} est amoureux\nde {{sourcePokemonName}} !", "battlerTagsInfatuatedLapseImmobilize": "L’amour empêche {{pokemonNameWithAffix}}\nd’agir !", "battlerTagsInfatuatedOnRemove": "{{pokemonNameWithAffix}}\nn’est plus amoureux !", "battlerTagsSeededOnAdd": "{{pokemonNameWithAffix}} est infecté !",