Revert "fix(forge): English locale still missing"

This reverts commit 385ebb486e2f78edbfda8c3524fe48b6b1f4965b.
This commit is contained in:
Elian Doran 2025-06-15 19:57:37 +03:00
parent 385ebb486e
commit 0414500c17
No known key found for this signature in database

View File

@ -13,7 +13,7 @@ const UNSORTED_LOCALES = [
{ {
id: "en", id: "en",
name: "English", 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", id: "de",