mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-04 15:17:23 +00:00
9 lines
276 B
TypeScript
9 lines
276 B
TypeScript
|
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;
|