mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-02 11:46:11 +00:00
6 lines
170 B
TypeScript
6 lines
170 B
TypeScript
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||
|
|
||
|
export const fightUiHandler: SimpleTranslationEntries = {
|
||
|
"pp": "PP",
|
||
|
"power": "POWER",
|
||
|
} as const;
|