mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
DISTS: Update MacOSX Info.plist to add most languages for localization.
This should fix bug #3394080 : "MACOSX: Language auto-detection does not work correctly", though this list should be expanded to include any languages in po directory which I have missed. Thanks to LordHoto for indicating the likely cause.
This commit is contained in:
@@ -4,6 +4,20 @@
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleLocalizations</key>
|
||||
<array>
|
||||
<string>en</string>
|
||||
<string>da</string>
|
||||
<string>de</string>
|
||||
<string>es</string>
|
||||
<string>fr</string>
|
||||
<string>hu</string>
|
||||
<string>it</string>
|
||||
<string>no</string>
|
||||
<string>pl</string>
|
||||
<string>se</string>
|
||||
<string>ru</string>
|
||||
</array>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>ScummVM</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
||||
@@ -4,6 +4,20 @@
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleLocalizations</key>
|
||||
<array>
|
||||
<string>en</string>
|
||||
<string>da</string>
|
||||
<string>de</string>
|
||||
<string>es</string>
|
||||
<string>fr</string>
|
||||
<string>hu</string>
|
||||
<string>it</string>
|
||||
<string>no</string>
|
||||
<string>pl</string>
|
||||
<string>se</string>
|
||||
<string>ru</string>
|
||||
</array>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>ScummVM</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
||||
Reference in New Issue
Block a user