Update fight-ui-handler.ts
parent
eb126c1097
commit
b6a29537e8
|
|
@ -1,6 +1,6 @@
|
|||
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||
|
||||
export const fightUiHandler: SimpleTranslationEntries = {
|
||||
"pp": "PP",
|
||||
"power": "POWER",
|
||||
} as const;
|
||||
"pp": "AP",
|
||||
"power": "Stärke",
|
||||
} as const;
|
||||
|
|
|
|||
Loading…
Reference in New Issue