From 95657cbad23ed80d254f88de4e5eebc7e86c74fa Mon Sep 17 00:00:00 2001 From: cadi Date: Fri, 28 Jun 2024 23:25:44 +0900 Subject: [PATCH] Update src/locales/fr/battle.ts add fr localization Co-authored-by: Lugiad' --- 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 aa421512c81..2dd30303f33 100644 --- a/src/locales/fr/battle.ts +++ b/src/locales/fr/battle.ts @@ -132,5 +132,5 @@ export const battle: SimpleTranslationEntries = { "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 !", - "battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}} switched its Attack and Defense!" + "battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}} échange\nson Attaque et sa Défense !" } as const;