mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-15 04:42:19 +02:00
Cleanup Korean locale files
Indentation for pokemon and starter-select-ui-handler Make config shoft
This commit is contained in:
parent
c5937340b3
commit
20293d8c6b
@ -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
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user