• Ken Thomases's avatar
    loader: Add the CFBundleAllowMixedLocalizations key to the embedded Info.plist… · 19cb98aa
    Ken Thomases authored
    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: 's avatarKen Thomases <ken@codeweavers.com>
    Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
    19cb98aa
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...