Updates:
        Status: Available
        Owner: ---

Comment #5 on issue 6957 by m...@chromium.org: All the languages: Implement  
translation for Imported From > Bookmark Bar on stable build
http://code.google.com/p/chromium/issues/detail?id=6957

Root cause found:

When we export to a file, we don't localize the toolbar folder name. Viz.
bookmarks.html:

------------------
<TITLE>Bookmarks</TITLE>
<H1>Bookmarks</H1>
<DL><p>
     <DT><H3 ADD_DATE="0" LAST_MODIFIED="1233022053"
PERSONAL_TOOLBAR_FOLDER="true">Bookmark Bar</H3>
------------------

The problem is in line 259 of bookmrak_html_writer.cc
(http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/bookmarks/bookmark_ht
ml_writer.cc)
------------------
256      if (folder_type == history::StarredEntry::BOOKMARK_BAR) {
257        if (!Write(kBookmarkBar))
258          return false;
259        title = L"Bookmark Bar";
260      }
------------------

Anyone could probably fix this, so I'm marking it available. Grab it back  
if you want
it.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to