mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-18 10:17:56 +00: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 { esConfig } from "#app/locales/es/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 { koConfig } from "#app/locales/ko/config";
|
||||
import { jaConfig } from "#app/locales/ja/config";
|
||||
@ -164,8 +164,8 @@ export async function initI18n(): Promise<void> {
|
||||
"ca-ES": {
|
||||
...caEsConfig
|
||||
},
|
||||
"he-IL": {
|
||||
...heIlConfig
|
||||
"he": {
|
||||
...heConfig
|
||||
}
|
||||
},
|
||||
postProcess: ["korean-postposition"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user