From 6605e0ba8577b41b417f3759fe89562eb781a18b Mon Sep 17 00:00:00 2001 From: Lugiad Date: Sun, 15 Sep 2024 22:45:19 +0200 Subject: [PATCH] Update i18n.ts --- src/plugins/i18n.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/i18n.ts b/src/plugins/i18n.ts index 0c59f3b285e..668f843b9c7 100644 --- a/src/plugins/i18n.ts +++ b/src/plugins/i18n.ts @@ -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 { "ca-ES": { ...caEsConfig }, - "he-IL": { - ...heIlConfig + "he": { + ...heConfig } }, postProcess: ["korean-postposition"],