mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 00:52:47 +02:00
7 lines
203 B
TypeScript
7 lines
203 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const fightUiHandler: SimpleTranslationEntries = {
|
|
"pp": "AP",
|
|
"power": "Stärke",
|
|
"accuracy": "Genauigkeit",
|
|
} as const; |