From f8eb4649db3ddef938327cfa547dd9d74061ed17 Mon Sep 17 00:00:00 2001 From: "Mr.WaterT" Date: Sat, 11 May 2024 16:11:08 +0900 Subject: [PATCH] Add Accuracy in the fight ui to Korean --- src/locales/ko/fight-ui-handler.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/locales/ko/fight-ui-handler.ts b/src/locales/ko/fight-ui-handler.ts index 1ce9e0317..7546e9af6 100644 --- a/src/locales/ko/fight-ui-handler.ts +++ b/src/locales/ko/fight-ui-handler.ts @@ -2,5 +2,6 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const fightUiHandler: SimpleTranslationEntries = { "pp": "PP", - "power": "POWER", + "power": "Power", + "accuracy": "Accuracy", } as const; \ No newline at end of file