mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-21 08:20:49 +00:00
cff3adf2e6
* Updating locale folder from ca-ES to ca_ES * Updated the i18n config file to include ca_ES instead of ca-ES
10 lines
273 B
TypeScript
10 lines
273 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const commandUiHandler: SimpleTranslationEntries = {
|
|
"fight": "Fight",
|
|
"ball": "Ball",
|
|
"pokemon": "Pokémon",
|
|
"run": "Run",
|
|
"actionMessage": "What will\n{{pokemonName}} do?",
|
|
} as const;
|