Closed
Bug 638090
Opened 14 years ago
Closed 14 years ago
The description of the IndexedDB tag has a trailing space, translations are not displayed
Categories
(developer.mozilla.org Graveyard :: Demo Studio / Dev Derby, defect)
developer.mozilla.org Graveyard
Demo Studio / Dev Derby
Tracking
(Not tracked)
VERIFIED
FIXED
0.9.3
People
(Reporter: stas, Assigned: groovecoder)
References
()
Details
There's a trailing space in https://github.com/fwenzel/mdn/blob/master/apps/demos/__init__.py#L155
The extracted string actually doesn't have it:
http://viewvc.svn.mozilla.org/vc/projects/mdn/trunk/locale/templates/LC_MESSAGES/messages.pot?revision=83541&view=markup#l373
As a result of this mismatch, the translations are not displayed (the msgid is different from the actual string).
It should be safe to just remove the space in the code.
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → lcrouch
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•14 years ago
|
Target Milestone: --- → 0.9.3
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Component: Demos → Demo Studio / Dev Derby
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
•