Add Accuracy in the fight ui to Korean
parent
9110b3f971
commit
f8eb4649db
|
@ -2,5 +2,6 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|||
|
||||
export const fightUiHandler: SimpleTranslationEntries = {
|
||||
"pp": "PP",
|
||||
"power": "POWER",
|
||||
"power": "Power",
|
||||
"accuracy": "Accuracy",
|
||||
} as const;
|
Loading…
Reference in New Issue