diff --git a/src/locales/ko/command-ui-handler.ts b/src/locales/ko/command-ui-handler.ts new file mode 100644 index 00000000000..aef91577cd4 --- /dev/null +++ b/src/locales/ko/command-ui-handler.ts @@ -0,0 +1,9 @@ +import { SimpleTranslationEntries } from "#app/plugins/i18n"; + +export const commandUiHandler: SimpleTranslationEntries = { + "fight": "싸운다", + "ball": "몬스터볼", + "pokemon": "포켓몬", + "run": "도망친다", + "actionMessage": "{{pokemonName}}은(는)\n무엇을 할까?", +} as const; \ No newline at end of file