Closed
Bug 1294906
Opened 9 years ago
Closed 9 years ago
Remove article titles from language drop down title text
Categories
(developer.mozilla.org Graveyard :: Localization, enhancement)
developer.mozilla.org Graveyard
Localization
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: shobson, Unassigned)
Details
(Keywords: in-triage, Whiteboard: [localization])
The language selector drop down in the article heads includes the translated title of the article in the title text.
For example, on the English article "HTML developer guide" the link to the Spanish article looks like:
<bdi>
<a rel="internal" href="/es/docs/Web/Guide/HTML" title="Guía del desarrollador HTML – Spanish">
Español (es)
</a>
</bdi>
The title tag has a mix of Spanish and English in it, we shouldn't do that.
Following Wikipedia and Facebook's example it is common to have the localized version of the language in the title text, so we should remove the article title and just have the localized name of the language.
Reporter | ||
Comment 1•9 years ago
|
||
Our contributor Anthony is working on a patch for this \o/
Comment 2•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/c76d95d96344422429fd2c96054c6b0c2111e925
bug 1294906 remove article titles from language dropdown (#3939)
* bug 1294906 : Remove article title from locale list
Remove the article title from the title attribute on element of the locale list
* fixup
Reporter | ||
Comment 3•9 years ago
|
||
Fixed! Thank you Anthony :)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
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
•