mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-05 21:26:09 +00:00
8 lines
202 B
TypeScript
8 lines
202 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const fightUiHandler: SimpleTranslationEntries = {
|
|
"pp": "PP",
|
|
"power": "Potencia",
|
|
"accuracy": "Accuracy",
|
|
} as const;
|