Skip to content

Commit

Permalink
Fix French battle.ts (pagefaultgames#663)
Browse files Browse the repository at this point in the history
Fix after global edit to "notDisabled"
  • Loading branch information
Adri1 authored May 9, 2024
1 parent aeab9d7 commit 71e9d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locales/fr/battle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const battle: SimpleTranslationEntries = {
"runAwayCannotEscape": "Fuite impossible !",
"escapeVerbSwitch": "le changement",
"escapeVerbFlee": "la fuite",
"notDisabled": "{{pokemonName}}'s {{moveName}} n’est plus sous entrave !",
"notDisabled": "La capacité {{moveName}}\nde {{pokemonName}} n’est plus sous entrave !",
"skipItemQuestion": "Êtes-vous sûr·e de ne pas vouloir prendre d’objet ?",
"eggHatching": "Oh ?",
"ivScannerUseQuestion": "Utiliser le Scanner d’IV sur {{pokemonName}} ?"
Expand Down

0 comments on commit 71e9d0c

Please sign in to comment.