Fix some errors from previous PR #711 (#716)

This commit is contained in:
Dakurei 2024-05-10 17:29:22 +02:00 committed by GitHub
parent 7bdb969a73
commit 593ac38267
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,6 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const fightUiHandler: SimpleTranslationEntries = {
"pp": "PP",
"power": "Power",
"power": "Potencia",
"accuracy": "Accuracy",
} as const;

View File

@ -2,6 +2,6 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const fightUiHandler: SimpleTranslationEntries = {
"pp": "PP",
"power": "Power",
"power": "Potenza",
"accuracy": "Accuracy",
} as const;