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

Commit 8d868b7

Browse files
committed
feat(forge): English locale on Linux
1 parent 3435f20 commit 8d868b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/electron-forge/forge.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ module.exports = {
178178
}
179179

180180
let localeName = path.basename(file, extension);
181-
if (localeName === "en-US" && process.platform === "win32") {
181+
if (localeName === "en-US" && !isMac) {
182182
// If the locale is "en-US" on Windows, we treat it as "en".
183183
// This is because the Windows version of Electron uses "en-US.pak" instead of "en.pak".
184184
localeName = "en";

0 commit comments

Comments
 (0)