Closed
Bug 638088
Opened 15 years ago
Closed 15 years ago
Hard-coded "or" in demos/submit
Categories
(developer.mozilla.org Graveyard :: Demo Studio / Dev Derby, defect)
developer.mozilla.org Graveyard
Demo Studio / Dev Derby
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: stas, Assigned: lorchard)
Details
https://github.com/fwenzel/mdn/blob/master/apps/demos/templates/demos/submit.html#L179
Example: https://developer-stage9.mozilla.org/es/demos/submit
Is it possible to put the buttons into placables and do something like:
"{{ submit }} or {{ discard }}"
?
If not, it should be fine to just do _("or"), with an appropriate comment:
{# L10n: displayed between the "Submit demo" button and the "Discard demo:" link #}
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → lorchard
| Assignee | ||
Comment 1•15 years ago
|
||
chowse might disagree, but I'm going to just take out the "or" for now, rather than make extra work for localizers. I think it works fine without it, and we can think about re-adding in a later release.
https://github.com/fwenzel/mdn/commit/249386b877afb567450fb6b366d7c8c1a9c3f54f
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•15 years ago
|
||
Perfect, that definitely works for me! :)
Comment 3•15 years ago
|
||
It's work for es too
Comment 4•15 years ago
|
||
Agree. CC'ing Chowse for potential follow-up.
Updated•13 years ago
|
Component: Demos → Demo Studio / Dev Derby
Updated•6 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
•