Update command-ui-handler.ts

This commit is contained in:
Nekiritan 2024-05-07 19:23:12 +02:00 committed by GitHub
parent b6a29537e8
commit 7c3698993f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,6 @@ export const commandUiHandler: SimpleTranslationEntries = {
"fight": "Kampf", "fight": "Kampf",
"ball": "Ball", "ball": "Ball",
"pokemon": "Pokémon", "pokemon": "Pokémon",
"run": "Fliehen", "run": "Flucht",
"actionMessage": "Was soll\n{{pokemonName}} tun?", "actionMessage": "Was soll\n{{pokemonName}} tun?",
} as const; } as const;