[Bug 39770] "Enter/Exit Full Screen" menu didn't be localized.

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 9 23:14:29 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=39770

--- Comment #3 from Jactry Zeng <jactry92 at gmail.com> ---
Hi Ken,
(In reply to Ken Thomases from comment #2)
> What happens if, instead of setting LANG (or LC_ALL), you actually change
> the system language in System Preferences > Language & Region?
> 
> Cocoa is replacing the menu item that the Mac driver creates
> programmatically with its own.  (For example, the Mac driver doesn't have
> the text "Exit Full Screen" anywhere in it, but the menu item's title
> changes to that automatically.)  I expect that Cocoa is respecting the
> system language rather than LANG or LC_ALL.
>

I always use Simplified Chinese as my system language. This my `locale`:
LANG="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_CTYPE="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_ALL=

It seems Cocoa doesn't do that.

Thanks! :-)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list