mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-07 00:27:28 +00:00
parent
7bdb969a73
commit
593ac38267
@ -2,6 +2,6 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|||||||
|
|
||||||
export const fightUiHandler: SimpleTranslationEntries = {
|
export const fightUiHandler: SimpleTranslationEntries = {
|
||||||
"pp": "PP",
|
"pp": "PP",
|
||||||
"power": "Power",
|
"power": "Potencia",
|
||||||
"accuracy": "Accuracy",
|
"accuracy": "Accuracy",
|
||||||
} as const;
|
} as const;
|
||||||
|
@ -2,6 +2,6 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|||||||
|
|
||||||
export const fightUiHandler: SimpleTranslationEntries = {
|
export const fightUiHandler: SimpleTranslationEntries = {
|
||||||
"pp": "PP",
|
"pp": "PP",
|
||||||
"power": "Power",
|
"power": "Potenza",
|
||||||
"accuracy": "Accuracy",
|
"accuracy": "Accuracy",
|
||||||
} as const;
|
} as const;
|
Loading…
x
Reference in New Issue
Block a user