Add missing Spanish file

This commit is contained in:
Flashfyre 2024-04-24 00:32:47 -04:00
parent 40afdd2c6a
commit 7573838c9d

View File

@ -0,0 +1,9 @@
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;