mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-09 10:29:40 +00:00
b189289890
Updated: - `it/fight-ui-handler` - `it/growth` - `it/nature`
7 lines
202 B
TypeScript
7 lines
202 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const fightUiHandler: SimpleTranslationEntries = {
|
|
"pp": "PP",
|
|
"power": "Potenza",
|
|
"accuracy": "Precisione",
|
|
} as const; |