mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-04 07:07:17 +00:00
d70dd16f8c
* I18n Cleaning * pr comments * appease typedoc * moved types into src
10 lines
285 B
TypeScript
10 lines
285 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const commandUiHandler: SimpleTranslationEntries = {
|
|
"fight": "Luchar",
|
|
"ball": "Balls",
|
|
"pokemon": "Pokémon",
|
|
"run": "Huir",
|
|
"actionMessage": "¿Qué debería\nhacer {{pokemonName}}?",
|
|
} as const;
|