Closed
Bug 943987
Opened 12 years ago
Closed 12 years ago
Zone menu links are not translated
Categories
(developer.mozilla.org Graveyard :: Design, defect)
developer.mozilla.org Graveyard
Design
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: openjck, Unassigned)
References
Details
(Keywords: intl)
STR:
1. Visit https://developer.mozilla.org/pl/
2. Hover over Zone menu links (Firefox, Firefox OS, etc.)
Actual:
Notice that all links point to /en-US documents
Expected:
All links should point to /pl documents
Other information:
This might just be due to the link destinations not being translated, but I notice that this holds true in every language. I have not seen any language with correct link destinations in the "Zone" menu.
Filing this bug just to keep our findings recorded. If it ends up being a Verbatim issue, we can mark it as invalid.
Reporter | ||
Comment 1•12 years ago
|
||
According to Verbatim /pl is 100% translated. So something else may in fact be going on here.
Comment 2•12 years ago
|
||
Quick question: how the zone menu links are generated? I mean: 1. are they hardcoded? 2. are they generated from the page titles?
In case 1., it may only means that they were not tagged as needing translation and can be a low-hanging fruit that can be done very quickly.
Reporter | ||
Comment 3•12 years ago
|
||
The links are added using devmo_url(), which is strangely used elsewhere without issue.
https://github.com/mozilla/kuma/blob/master/apps/landing/templates/landing/homepage.html#L52
Comment 4•12 years ago
|
||
I fixed this in another PR.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•12 years ago
|
||
(In reply to David Walsh :davidwalsh from comment #4)
> I fixed this in another PR.
Just to be sure we're on the same page, this bug is about the link destinations, not the link text.
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•