Closed
Bug 371780
Opened 19 years ago
Closed 19 years ago
The "Build Your Own" link in the navigation menu is hardcoded to english
Categories
(addons.mozilla.org Graveyard :: Administration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: wenzel)
Details
In the navigation menu, the "Build Your Own" link is hardcoded to http://developer.mozilla.org/en/docs/Extensions, despite documentation existing in other languages.
We can't just drop LANG in there though, because documentation doesn't exist in all the languages we support.
| Reporter | ||
Comment 1•19 years ago
|
||
Pulled from the feedback page, a good comment from Pawell:
The Extension part of the link is usually translated. So, there is no way how to do this automatically. I would go with 'http://developer.mozilla.org' . _('sidebar_navlink_build_your_own_href') The same issue is with http://developer.mozilla.org/en/docs/Creating_OpenSearch_plugins_for_Firefox at search engines page. --Pawell 21 January 2007
| Assignee | ||
Comment 2•19 years ago
|
||
I fixed this in SVN r2332. I added the links to the l10n file as suggested by Pawell (localizing the path, keeping the base URL hardcoded).
I also localized all URLs that I could find to be present on MDC.
The two msg ids are
"sidebar_navlink_build_your_own_href"
and
"addons_searchengines_makeyourown_href"
respectively.
Assignee: nobody → fwenzel
| Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Component: Add-ons → Administration
QA Contact: add-ons → administration
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•