Added nature to chinese config.ts

pull/611/head
rnicar 2024-05-12 03:39:35 +02:00
parent d252084527
commit f706f11ec1
1 changed files with 4 additions and 1 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 zhCnConfig = { export const zhCnConfig = {
@ -24,5 +25,7 @@ export const zhCnConfig = {
pokemonStat: pokemonStat, pokemonStat: pokemonStat,
pokemon: pokemon, pokemon: pokemon,
starterSelectUiHandler: starterSelectUiHandler, starterSelectUiHandler: starterSelectUiHandler,
tutorial: tutorial tutorial: tutorial,
nature: nature
} }