wine-wine/loader
Ken Thomases 19cb98aa1d loader: Add the CFBundleAllowMixedLocalizations key to the embedded Info.plist to allow Cocoa to localize its strings.
The loader itself is not a bundled application, so it has no localizations as
far as the Mac APIs are concerned.  Its CFBundleDevelopmentRegion is English,
so that's the preferred localization that the Mac APIs choose for it.

Cocoa manages the Enter Full Screen menu item that the Mac driver creates.  By
default, Cocoa prefers not to mix localizations.  Therefore, even though Cocoa
contains localized strings for "Enter Full Screen", it was just using the
English one for Wine, regardless of system language.

Setting this key tells it to use the non-English localizations from Cocoa even
though the loader's own preferred localization is English.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-12 05:28:02 +01:00
..
Makefile.in makefiles: Replace the loader makefile rules by variable declarations. 2015-11-13 18:39:07 +09:00
l_intl.nls Update data tables to Unicode 8.0.0. 2015-10-02 15:37:05 +09:00
main.c loader: Run checks also on ARM Linux. 2015-03-31 00:04:42 +09:00
main.h loader: Get rid of the pthread support routines. 2009-07-06 14:35:24 +02:00
preloader.c loader: Avoid ELF32_ST_INFO macro that is missing on Android. 2014-07-24 20:34:39 +02:00
wine.de.UTF-8.man.in loader: Fix German manpage description of WINELOADER. 2015-09-16 23:09:01 +09:00
wine.desktop makefiles: Move wine.desktop to the loader directory. 2015-10-26 23:03:39 +09:00
wine.fr.UTF-8.man.in makefiles: Rename translated manpages according to their destination directory. 2013-11-18 11:33:34 +01:00
wine.inf.in wine.inf: Add HKCR\folder\shellex\ContextMenuHandlers and HKCR\*\shellex\ContextMenuHandlers keys. 2015-12-04 13:48:54 +09:00
wine.man.in loader: Fix a typo and improve a sentence in wine.man.in. 2015-11-30 23:16:53 +09:00
wine.pl.UTF-8.man.in makefiles: Rename translated manpages according to their destination directory. 2013-11-18 11:33:34 +01:00
wine_info.plist.in loader: Add the CFBundleAllowMixedLocalizations key to the embedded Info.plist to allow Cocoa to localize its strings. 2015-12-12 05:28:02 +01:00