Skip to content

Commit 28aa1d3

Browse files
committed
Added locale info into info.plist
Added missing locale environment variables for Discord integration
1 parent e27af69 commit 28aa1d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

SerialPrograms/cmake/MacOSXBundleInfo.plist.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>LSEnvironment</key>
6+
<dict>
7+
<key>LANG</key>
8+
<string>en_US.UTF-8</string>
9+
<key>LC_ALL</key>
10+
<string>en_US.UTF-8</string>
11+
</dict>
512
<key>CFBundleDevelopmentRegion</key>
613
<string>English</string>
714
<key>CFBundleExecutable</key>

0 commit comments

Comments
 (0)