Bug 131028
Summary: | [GTK] Move translations to a new location | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | gustavo, mrobinson |
Priority: | P2 | Keywords: | Gtk |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 130899 |
Carlos Garcia Campos
They are currently in Source/WebKit/gtk/, they should be moved to Source/WebKit2/gtk/
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gustavo Noronha (kov)
They're actually in Source/WebCore/platform/gtk right now. We could move them to the wk2 API directory, but I think they're fine where they are now, what do you think?
Martin Robinson
(In reply to comment #1)
> They're actually in Source/WebCore/platform/gtk right now. We could move them to the wk2 API directory, but I think they're fine where they are now, what do you think?
At least to me the WebCore directory makes the most sense.
Carlos Garcia Campos
Oops, I'm sorry, I saw a po dir in Source/WebKit/gtk/ and assumed they were still there, but it's probably an empty dir in my local copy :-P Yes, I think they are fine in WebCore.