Update Japanese config.ts with nature

pull/726/merge^2
Lugiad 2024-05-12 15:10:09 +02:00 committed by GitHub
parent 8aca96ee74
commit ae18c766ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,7 @@ import { pokemon } from "./pokemon";
import { pokemonStat } from "./pokemon-stat"; import { pokemonStat } from "./pokemon-stat";
import { starterSelectUiHandler } from "./starter-select-ui-handler"; import { starterSelectUiHandler } from "./starter-select-ui-handler";
import { tutorial } from "./tutorial"; import { tutorial } from "./tutorial";
import { nature } from "./nature";
export const jpConfig = { export const jpConfig = {
@ -24,5 +25,6 @@ export const jpConfig = {
pokemonStat: pokemonStat, pokemonStat: pokemonStat,
pokemon: pokemon, pokemon: pokemon,
starterSelectUiHandler: starterSelectUiHandler, starterSelectUiHandler: starterSelectUiHandler,
tutorial: tutorial tutorial: tutorial,
nature: nature
} }