Update fight-ui-handler.ts

This commit is contained in:
Nekiritan 2024-05-07 19:21:20 +02:00 committed by GitHub
parent eb126c1097
commit b6a29537e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;