pokerogue/src/locales/de/command-ui-handler.ts
Matthew d70dd16f8c
[Refactor] I18n Cleaning (#2348)
* I18n Cleaning

* pr comments

* appease typedoc

* moved types into src
2024-06-17 17:05:33 -04:00

10 lines
277 B
TypeScript

import { SimpleTranslationEntries } from "#app/interfaces/locales";
export const commandUiHandler: SimpleTranslationEntries = {
"fight": "Kampf",
"ball": "Ball",
"pokemon": "Pokémon",
"run": "Fliehen",
"actionMessage": "Was soll\n{{pokemonName}} tun?",
} as const;