Closed
Bug 699370
Opened 14 years ago
Closed 14 years ago
AMO - Dev Tools - Banner text color is wrong for /es-ES
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
VERIFIED
FIXED
6.3.1
People
(Reporter: johnny.mozbugs, Assigned: Nukeador)
References
()
Details
Attachments
(2 files)
1. Load https://addons-dev.allizom.org/fr/developers/ and
https://addons-dev.allizom.org/es-ES/developers/
2. Compare the banner title colors.
Actual: Different text color and size for same words.
Expected: "Complementos" should be smaller and black
Comment 1•14 years ago
|
||
The smaller text (<small>) is for "add-on."
In en-US:
<small>Add-on</small> Developer Hub
In es-ES:
<small>Centro de desarrolladores</small> de complementos
The localized string for "Developer Hub" is <small>, so this is wrong.
In fr:
Centre développeur de <small>modules</small>
The localized string for "Add-on" is <small>, so this is right.
We need a Spanish localizer to fix this.
Comment 2•14 years ago
|
||
Copying some people in the Mozilla Hispano community.
Updated•14 years ago
|
Hardware: x86 → All
Target Milestone: 6.3.0 → 6.3.1
| Assignee | ||
Comment 3•14 years ago
|
||
Corrected https://localize.mozilla.org/es/amo/translate.html?unit=996517 and committed in r97470.
Is this live on https://addons-dev.allizom.org/es-ES/developers/ ? There seems to be no change in the /es-ES banner.
Comment 5•14 years ago
|
||
thanks
Assignee: nobody → nukeador+bugzilla
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
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
•