From 2fd9e13e245027e2853a93b68acaf2643e436504 Mon Sep 17 00:00:00 2001 From: GyeongMin Lee <59150207+gyeongent@users.noreply.github.com> Date: Sat, 11 May 2024 15:35:26 +0900 Subject: [PATCH] =?UTF-8?q?fight-ui-handler.ts=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ko/fight-ui-handler.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/locales/ko/fight-ui-handler.ts 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