mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-13 03:42:18 +02:00
Fix some errors from previous PR #711
This commit is contained in:
parent
f1935a3e15
commit
e70b6aefee
@ -2,6 +2,6 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||
|
||||
export const fightUiHandler: SimpleTranslationEntries = {
|
||||
"pp": "PP",
|
||||
"power": "Power",
|
||||
"power": "Potencia",
|
||||
"accuracy": "Accuracy",
|
||||
} as const;
|
||||
|
@ -2,6 +2,6 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||
|
||||
export const fightUiHandler: SimpleTranslationEntries = {
|
||||
"pp": "PP",
|
||||
"power": "Power",
|
||||
"power": "Potenza",
|
||||
"accuracy": "Accuracy",
|
||||
} as const;
|
Loading…
Reference in New Issue
Block a user