Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 0414500

Browse files
committed
Revert "fix(forge): English locale still missing"
This reverts commit 385ebb4.
1 parent 385ebb4 commit 0414500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/commons/src/lib/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const UNSORTED_LOCALES = [
1313
{
1414
id: "en",
1515
name: "English",
16-
electronLocale: "en_US" // by default there's no en.pak in the locales, so we end up with no English packs otherwise.
16+
electronLocale: "en"
1717
},
1818
{
1919
id: "de",

0 commit comments

Comments
 (0)