From e76d5a8536177fdb44df1eb8b31156773bc3c3d9 Mon Sep 17 00:00:00 2001 From: "Mr.WaterT" Date: Sun, 12 May 2024 18:48:04 +0900 Subject: [PATCH] Add missed file import to Korean config.ts --- src/locales/ko/config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/locales/ko/config.ts b/src/locales/ko/config.ts index 80736f453..bb596b10f 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";