8362335: [macos] Change value of CFBundleDevelopmentRegion from "English" to "en-US"

Reviewed-by: asemenyuk
This commit is contained in:
Alexander Matveev 2025-08-28 21:23:15 +00:00
parent 9f70965bb9
commit 05da2137f1
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<string>en-US</string>
<key>CFBundleExecutable</key>
<string>libjli.dylib</string>
<key>CFBundleIdentifier</key>

View File

@ -5,7 +5,7 @@
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<string>en-US</string>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
<key>CFBundleExecutable</key>

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<string>en-US</string>
<key>CFBundleExecutable</key>
<string>libjli.dylib</string>
<key>CFBundleIdentifier</key>