parent
7bdb969a73
commit
593ac38267
|
@ -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