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:
D G Turner 2011-09-19 16:44:38 +01:00
parent 9796890cce
commit 6b8fb196cb
2 changed files with 28 additions and 0 deletions

View file

@ -4,6 +4,20 @@
<dict> <dict>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>English</string> <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> <key>CFBundleDisplayName</key>
<string>ScummVM</string> <string>ScummVM</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>

View file

@ -4,6 +4,20 @@
<dict> <dict>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>English</string> <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> <key>CFBundleDisplayName</key>
<string>ScummVM</string> <string>ScummVM</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>