diff --git a/src/locales/ko/config.ts b/src/locales/ko/config.ts index 80736f45341..bb596b10fc5 100644 --- a/src/locales/ko/config.ts +++ b/src/locales/ko/config.ts @@ -2,9 +2,11 @@ import { ability } from "./ability"; import { battle } from "./battle"; import { commandUiHandler } from "./command-ui-handler"; import { fightUiHandler } from "./fight-ui-handler"; +import { growth } from "./growth"; import { menu } from "./menu"; import { menuUiHandler } from "./menu-ui-handler"; import { move } from "./move"; +import { nature } from "./nature"; import { pokeball } from "./pokeball"; import { pokemon } from "./pokemon"; import { pokemonStat } from "./pokemon-stat";