Cleanup Korean locale files

Indentation for pokemon and starter-select-ui-handler
Make config shoft
This commit is contained in:
Mr.WaterT 2024-05-13 05:31:08 +09:00
parent c5937340b3
commit 20293d8c6b
3 changed files with 1119 additions and 1119 deletions

View File

@ -15,18 +15,18 @@ import { tutorial } from "./tutorial";
export const koConfig = {
ability: ability,
battle: battle,
commandUiHandler: commandUiHandler,
fightUiHandler: fightUiHandler,
menuUiHandler: menuUiHandler,
menu: menu,
move: move,
pokeball: pokeball,
pokemonStat: pokemonStat,
pokemon: pokemon,
starterSelectUiHandler: starterSelectUiHandler,
tutorial: tutorial,
nature: nature,
growth: growth
ability,
battle,
commandUiHandler,
fightUiHandler,
menuUiHandler,
menu,
move,
pokeball,
pokemonStat,
pokemon,
starterSelectUiHandler,
tutorial,
nature,
growth
}