|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const commandUiHandler: SimpleTranslationEntries = {
|
|
"fight": "Fight",
|
|
"ball": "Ball",
|
|
"pokemon": "Pokémon",
|
|
"run": "Run",
|
|
"actionMessage": "What will\n{{pokemonName}} do?",
|
|
} as const; |