Bug 23971 - Mixed languages in context menus on web pages
Summary: Mixed languages in context menus on web pages
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-16 06:46 PST by Alex.
Modified: 2009-02-16 14:28 PST (History)
1 user (show)

See Also:


Attachments
Correct german context menu from Safari (206.76 KB, image/png)
2009-02-16 06:48 PST, Alex.
no flags Details
Context menu with mixed up language from webkit (207.72 KB, image/png)
2009-02-16 06:49 PST, Alex.
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex. 2009-02-16 06:46:22 PST
I'm using webkit on OSX in german.
If right-clicking on a link to open a context menu on a web page the language of the entries is mixed up. Some are in german others in english. This only appears within pages. If right-clicking on parts of the UI the context menu's entries are completely in german.
Comment 1 Alex. 2009-02-16 06:46:49 PST
As example i added 2 screeshots of the menu: one with the correct german localization from Safari 3.2.1 (safari_german) and one from webkit r41018 (webkit_german) with the mixed up language
Comment 2 Alex. 2009-02-16 06:48:27 PST
Created attachment 27695 [details]
Correct german context menu from Safari
Comment 3 Alex. 2009-02-16 06:49:31 PST
Created attachment 27696 [details]
Context menu with mixed up language from webkit
Comment 4 Mark Rowe (bdash) 2009-02-16 14:28:32 PST
The strings in German are from Safari itself.  The strings that appear in English are those from the WebKit framework.  The WebKit frameworks in the nightly builds are not localized so they'll only ever return English strings.  The only thing we could possibly do here would be to force Safari to use English, but that doesn't seem like a great idea either.