Closed
Bug 1076874
Opened 11 years ago
Closed 11 years ago
Fix use of trans template tag with regard to conditionally changing substring
Categories
(developer.mozilla.org Graveyard :: Code Cleanup, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jezdez, Assigned: jezdez)
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
I found https://github.com/mozilla/kuma/blob/8d2f6898a365c9e2927ceaee8e08fee48116bc8c/kuma/users/templates/socialaccount/signup.html#L63-L67 which doesn't work as the substring will always be in English
What happened?
==============
I found a bug, d'oh.
What should have happened?
==========================
It should work.
Is there anything else we should know?
======================================
| Assignee | ||
Updated•11 years ago
|
Component: General → Code Cleanup
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jezdez
Status: NEW → ASSIGNED
Comment 1•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/d6f1746f0d1ae9317e7ae17c93ba92a3fa5d43e0
fix bug 1076874 - make sure conditional substrings in translated strings work as expected
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 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
•