[Scummvm-cvs-logs] scummvm master -> 6b8fb196cbd58e20ef57bf367d5ecbf0ee2ebdad

digitall digitall at scummvm.org
Mon Sep 19 16:48:39 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6b8fb196cb DISTS: Update MacOSX Info.plist to add most languages for localization.


Commit: 6b8fb196cbd58e20ef57bf367d5ecbf0ee2ebdad
    https://github.com/scummvm/scummvm/commit/6b8fb196cbd58e20ef57bf367d5ecbf0ee2ebdad
Author: D G Turner (digitall at scummvm.org)
Date: 2011-09-19T08:44:38-07:00

Commit Message:
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.

Changed paths:
    dists/macosx/Info.plist
    dists/macosx/Info.plist.in



diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index 2e90675..83d9838 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -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>
diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in
index 4a01690..0593aa2 100644
--- a/dists/macosx/Info.plist.in
+++ b/dists/macosx/Info.plist.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>






More information about the Scummvm-git-logs mailing list