Closed
Bug 637440
Opened 15 years ago
Closed 15 years ago
Cannot localize page header in mobile version
Categories
(addons.mozilla.org Graveyard :: Localization, defect)
addons.mozilla.org Graveyard
Localization
Tracking
(Not tracked)
VERIFIED
FIXED
6.0.0
People
(Reporter: JasnaPaka, Assigned: clouserw)
Details
Attachments
(1 file)
|
109.59 KB,
image/png
|
Details |
1) Change user-agent string to Fennec.
2) Visit https://addons.allizom.org/cs/firefox/
You can see header which is in english. We cannot translate this header at this moment.
/zamboni/templates/mobile/header.html
<div class="moz-menu">
<ul class="menu-items">
<li><a href="http://www.mozilla.com/en-US/mobile/">Mozilla Firefox</a></li>
<li><a href="http://www.mozilla.com/firefox/features/">Features</a></li>
<li><a href="http://mozilla.com/firefox/">Desktop</a></li>
<li><a href="http://addons.mozilla.org/">Add-Ons</a></li>
<li><a href="http://support.mozilla.com/">Support</a></li>
<li><a href="http://mozilla.org/">Visit Mozilla</a></li>
</ul>
<div class="tab"><a href="#">menu</a></div>
</div>
Please remove "en-US" from URL to mobile homepage too. Thanks!
Updated•15 years ago
|
Assignee: nobody → thepotch
| Assignee | ||
Comment 1•15 years ago
|
||
I already did this earlier, just didn't close the bug. https://github.com/jbalogh/zamboni/commit/fa8490ecfd93f87c545c9a264ff3c0d5e1f69ee5
Assignee: thepotch → clouserw
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 2•15 years ago
|
||
Comment 3•15 years ago
|
||
Verified FIXED; made sure to cover the removal of the hardcoded "/en-US/" path, too.
Status: RESOLVED → VERIFIED
Target Milestone: --- → 6.0.0
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
•