diff --git a/src/locales/jp/config.ts b/src/locales/jp/config.ts index 1d320d159..99bf3921b 100644 --- a/src/locales/jp/config.ts +++ b/src/locales/jp/config.ts @@ -10,6 +10,7 @@ import { pokemon } from "./pokemon"; import { pokemonStat } from "./pokemon-stat"; import { starterSelectUiHandler } from "./starter-select-ui-handler"; import { tutorial } from "./tutorial"; +import { nature } from "./nature"; export const jpConfig = { @@ -24,5 +25,6 @@ export const jpConfig = { pokemonStat: pokemonStat, pokemon: pokemon, starterSelectUiHandler: starterSelectUiHandler, - tutorial: tutorial -} \ No newline at end of file + tutorial: tutorial, + nature: nature +}