Update command-ui-handler.ts
parent
b6a29537e8
commit
7c3698993f
|
|
@ -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;
|
||||||
Loading…
Reference in New Issue