mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-27 19:27:16 +00:00
f1935a3e15
+ Capitalize 'power' and 'accuracy' fields
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; |