mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-14 12:15:44 +00:00
7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const fightUiHandler: SimpleTranslationEntries = {
|
|
"pp": "PP",
|
|
"power": "Power",
|
|
"accuracy": "Accuracy",
|
|
} as const; |