Closed Bug 421181 Opened 16 years ago Closed 16 years ago

Page names are not localizable and in some cases are wrong

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 400667

People

(Reporter: clouserw, Unassigned)

Details

Nukeador pointed out that the title of http://remora.stage.mozilla.com/es-ES/firefox/pages/submissionhelp#step1 was "Submissionhelp" which isn't a word and is also not Spanish.

The page names should be localizable.  My first guess for this is in the pages_controller somewhere around $title = ucfirst($path[$count - 1]);
They are not easily statically localizable, because the pages to be displayed are dynamically generated from the URL. But I guess we could make an array of titles for static pages (like a big switch statement or so). 'page_title_'.$filename or so is not acceptable however, because it will break static string extraction with gettext tools.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.