mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
Update i18n.ts
This commit is contained in:
parent
7abc5e9315
commit
6605e0ba85
@ -7,7 +7,7 @@ import { deConfig } from "#app/locales/de/config";
|
|||||||
import { enConfig } from "#app/locales/en/config";
|
import { enConfig } from "#app/locales/en/config";
|
||||||
import { esConfig } from "#app/locales/es/config";
|
import { esConfig } from "#app/locales/es/config";
|
||||||
import { frConfig } from "#app/locales/fr/config";
|
import { frConfig } from "#app/locales/fr/config";
|
||||||
import { heIlConfig } from "#app/locales/he_IL/config";
|
import { heConfig } from "#app/locales/he/config";
|
||||||
import { itConfig } from "#app/locales/it/config";
|
import { itConfig } from "#app/locales/it/config";
|
||||||
import { koConfig } from "#app/locales/ko/config";
|
import { koConfig } from "#app/locales/ko/config";
|
||||||
import { jaConfig } from "#app/locales/ja/config";
|
import { jaConfig } from "#app/locales/ja/config";
|
||||||
@ -164,8 +164,8 @@ export async function initI18n(): Promise<void> {
|
|||||||
"ca-ES": {
|
"ca-ES": {
|
||||||
...caEsConfig
|
...caEsConfig
|
||||||
},
|
},
|
||||||
"he-IL": {
|
"he": {
|
||||||
...heIlConfig
|
...heConfig
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
postProcess: ["korean-postposition"],
|
postProcess: ["korean-postposition"],
|
||||||
|
Loading…
Reference in New Issue
Block a user