From ae18c766ef805e6351a347ca0f53d8c2cec5dde5 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Sun, 12 May 2024 15:10:09 +0200 Subject: [PATCH] Update Japanese config.ts with nature --- src/locales/jp/config.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 +}