Add Accuracy in the fight ui to Korean

pull/737/head
Mr.WaterT 2024-05-11 16:11:08 +09:00
parent 9110b3f971
commit f8eb4649db
1 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const fightUiHandler: SimpleTranslationEntries = {
"pp": "PP",
"power": "POWER",
"power": "Power",
"accuracy": "Accuracy",
} as const;