diff --git a/src/locales/it/config.ts b/src/locales/it/config.ts index a9c80dc673d..8770e9cd067 100644 --- a/src/locales/it/config.ts +++ b/src/locales/it/config.ts @@ -20,6 +20,7 @@ import { tutorial } from "./tutorial"; import { weather } from "./weather"; import { battleMessageUiHandler } from "./battle-message-ui-handler"; import { berry } from "./berry"; +import { gameStatsUiHandler } from "./game-stats-ui-handler"; export const itConfig = { ability: ability, @@ -46,4 +47,5 @@ export const itConfig = { weather: weather, battleMessageUiHandler: battleMessageUiHandler, berry: berry, -} \ No newline at end of file + gameStatsUiHandler: gameStatsUiHandler, +}