Update i18n.ts

This commit is contained in:
Lugiad 2024-09-15 22:45:19 +02:00 committed by GitHub
parent 7abc5e9315
commit 6605e0ba85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"],