diff --git a/src/locales/ko/fight-ui-handler.ts b/src/locales/ko/fight-ui-handler.ts new file mode 100644 index 00000000000..01edb3f38f1 --- /dev/null +++ b/src/locales/ko/fight-ui-handler.ts @@ -0,0 +1,7 @@ +import { SimpleTranslationEntries } from "#app/plugins/i18n"; + +export const fightUiHandler: SimpleTranslationEntries = { + "pp": "PP", + "power": "위력", + "accuracy": "명중률", +} as const; \ No newline at end of file