mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-31 05:58:49 +01:00
8 lines
204 B
TypeScript
8 lines
204 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const fightUiHandler: SimpleTranslationEntries = {
|
|
"pp": "PP",
|
|
"power": "Potencia",
|
|
"accuracy": "Precisión",
|
|
} as const;
|