fixed asian languages

This commit is contained in:
Amatsune 2024-06-24 09:06:28 +02:00
parent e9fde7a983
commit 0ba3e6d079
4 changed files with 6496 additions and 6497 deletions

View File

@ -1,3 +1,5 @@
import { common } from "#app/locales/ko/common.js";
import { settings } from "#app/locales/ko/settings.js";
import { ability } from "./ability";
import { abilityTriggers } from "./ability-trigger";
import { PGFachv, PGMachv } from "./achv";
@ -27,6 +29,7 @@ import { menuUiHandler } from "./menu-ui-handler";
import { modifierType } from "./modifier-type";
import { move } from "./move";
import { nature } from "./nature";
import { partyUiHandler } from "./party-ui-handler";
import { pokeball } from "./pokeball";
import { pokemon } from "./pokemon";
import { fusionAffixes } from "./pokemon-fusion-affixes";
@ -39,10 +42,6 @@ import { titles, trainerClasses, trainerNames } from "./trainers";
import { tutorial } from "./tutorial";
import { voucher } from "./voucher";
import { weather } from "./weather";
import { partyUiHandler } from "./party-ui-handler";
import { settings } from "#app/locales/ko/settings.js";
import { common } from "#app/locales/ko/common.js";
export const koConfig = {
ability: ability,
abilityTriggers: abilityTriggers,
@ -73,6 +72,7 @@ export const koConfig = {
modifierType: modifierType,
move: move,
nature: nature,
partyUiHandler: partyUiHandler,
pokeball: pokeball,
pokemon: pokemon,
fusionAffixes: fusionAffixes,
@ -88,5 +88,4 @@ export const koConfig = {
tutorial: tutorial,
voucher: voucher,
weather: weather,
partyUiHandler: partyUiHandler
};

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff