RESOLVED FIXED 61512
WebKit2 bundle missing localization subdirectories
https://bugs.webkit.org/show_bug.cgi?id=61512
Summary WebKit2 bundle missing localization subdirectories
Steve Falkenburg
Reported 2011-05-26 01:53:55 PDT
WebKit2 bundle missing localization subdirectories
Attachments
Patch (1.59 KB, patch)
2011-05-26 01:55 PDT, Steve Falkenburg
no flags
Patch (2.96 KB, patch)
2011-05-26 02:16 PDT, Steve Falkenburg
no flags
Patch (2.22 KB, patch)
2011-05-26 10:01 PDT, Steve Falkenburg
aroben: review+
Steve Falkenburg
Comment 1 2011-05-26 01:55:09 PDT
Steve Falkenburg
Comment 2 2011-05-26 01:57:40 PDT
All of these directories are empty, which is intentional. Their presence is required to indicate that the WebKit2WebProcess has localizations available for these languages.
Steve Falkenburg
Comment 3 2011-05-26 01:58:19 PDT
Here's the svn st: $ svn st M ChangeLog A win/WebKit2WebProcess.resources/ja.lproj A win/WebKit2WebProcess.resources/zh_TW.lproj A win/WebKit2WebProcess.resources/fi.lproj A win/WebKit2WebProcess.resources/nb.lproj A win/WebKit2WebProcess.resources/zh_CN.lproj A win/WebKit2WebProcess.resources/es.lproj A win/WebKit2WebProcess.resources/fr.lproj A win/WebKit2WebProcess.resources/ko.lproj A win/WebKit2WebProcess.resources/nl.lproj A win/WebKit2WebProcess.resources/pl.lproj A win/WebKit2WebProcess.resources/it.lproj A win/WebKit2WebProcess.resources/pt.lproj A win/WebKit2WebProcess.resources/da.lproj A win/WebKit2WebProcess.resources/ru.lproj A win/WebKit2WebProcess.resources/pt_PT.lproj A win/WebKit2WebProcess.resources/de.lproj A win/WebKit2WebProcess.resources/sv.lproj A win/WebKit2WebProcess.resources/English.lproj
Steve Falkenburg
Comment 4 2011-05-26 02:16:40 PDT
Adam Roben (:aroben)
Comment 5 2011-05-26 04:39:15 PDT
Comment on attachment 94947 [details] Patch Do we know why this isn't needed on Mac?
Steve Falkenburg
Comment 6 2011-05-26 09:35:38 PDT
Steve Falkenburg
Comment 7 2011-05-26 10:01:50 PDT
Adam Roben (:aroben)
Comment 8 2011-05-26 10:03:29 PDT
Comment on attachment 94994 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=94994&action=review > Source/WebKit2/win/WebKit2WebProcess.resources/Info.plist:20 > <string>WebKit2WebProcess</string> > <key>CFBundlePackageType</key> > <string>APPL</string> > + <key>CFBundleAllowMixedLocalizations</key> > + <string>YES</string> Differing indentation here.
Steve Falkenburg
Comment 9 2011-05-26 10:05:25 PDT
Note You need to log in before you can comment on or make changes to this bug.