From 0414500c17b9c46e3e96ff8d6b2a7171491e902f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 15 Jun 2025 19:57:37 +0300 Subject: [PATCH] Revert "fix(forge): English locale still missing" This reverts commit 385ebb486e2f78edbfda8c3524fe48b6b1f4965b. --- 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 9ed3ef2fb..bfb5caac1 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_US" // by default there's no en.pak in the locales, so we end up with no English packs otherwise. + electronLocale: "en" }, { id: "de",