From 7573838c9da36f4183db80aad71733504d111c8b Mon Sep 17 00:00:00 2001 From: Flashfyre Date: Wed, 24 Apr 2024 00:32:47 -0400 Subject: [PATCH] Add missing Spanish file --- src/locales/es/command-ui-handler.ts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/locales/es/command-ui-handler.ts diff --git a/src/locales/es/command-ui-handler.ts b/src/locales/es/command-ui-handler.ts new file mode 100644 index 00000000000..889c1378b08 --- /dev/null +++ b/src/locales/es/command-ui-handler.ts @@ -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; \ No newline at end of file