mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-14 20:32:17 +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 = {
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue
Block a user