Update src/locales/fr/command-ui-handler.ts

Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
This commit is contained in:
Adrián 2024-08-17 13:41:17 -04:00 committed by GitHub
parent 00ff454d72
commit 27c446447a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,5 +5,5 @@ export const commandUiHandler: SimpleTranslationEntries = {
"ball": "Ball",
"pokemon": "Pokémon",
"run": "Fuite",
"actionMessage": "Que doit faire {{pokemonName}} ?",
"actionMessage": "Que doit faire\n{{pokemonName}} ?",
} as const;