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 = { export const koConfig = {
ability: ability, ability,
battle: battle, battle,
commandUiHandler: commandUiHandler, commandUiHandler,
fightUiHandler: fightUiHandler, fightUiHandler,
menuUiHandler: menuUiHandler, menuUiHandler,
menu: menu, menu,
move: move, move,
pokeball: pokeball, pokeball,
pokemonStat: pokemonStat, pokemonStat,
pokemon: pokemon, pokemon,
starterSelectUiHandler: starterSelectUiHandler, starterSelectUiHandler,
tutorial: tutorial, tutorial,
nature: nature, nature,
growth: growth growth
} }