diff options
| author | D G Turner | 2011-09-19 16:44:38 +0100 | 
|---|---|---|
| committer | D G Turner | 2011-09-19 16:44:38 +0100 | 
| commit | 6b8fb196cbd58e20ef57bf367d5ecbf0ee2ebdad (patch) | |
| tree | d463b71dda3bb0be7253b7d1f77a98f154669ad8 | |
| parent | 9796890cce47e43d06b5459459150d44b39b1883 (diff) | |
| download | scummvm-rg350-6b8fb196cbd58e20ef57bf367d5ecbf0ee2ebdad.tar.gz scummvm-rg350-6b8fb196cbd58e20ef57bf367d5ecbf0ee2ebdad.tar.bz2 scummvm-rg350-6b8fb196cbd58e20ef57bf367d5ecbf0ee2ebdad.zip | |
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.
| -rw-r--r-- | dists/macosx/Info.plist | 14 | ||||
| -rw-r--r-- | dists/macosx/Info.plist.in | 14 | 
2 files changed, 28 insertions, 0 deletions
| diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index 2e9067516c..83d9838bbd 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 4a01690d73..0593aa2866 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> | 
