From 385ebb486e2f78edbfda8c3524fe48b6b1f4965b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 15 Jun 2025 19:30:22 +0300 Subject: [PATCH] fix(forge): English locale still missing --- packages/commons/src/lib/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/commons/src/lib/i18n.ts b/packages/commons/src/lib/i18n.ts index bfb5caac1..9ed3ef2fb 100644 --- a/packages/commons/src/lib/i18n.ts +++ b/packages/commons/src/lib/i18n.ts @@ -13,7 +13,7 @@ const UNSORTED_LOCALES = [ { id: "en", name: "English", - electronLocale: "en" + electronLocale: "en_US" // by default there's no en.pak in the locales, so we end up with no English packs otherwise. }, { id: "de",