Closed
Bug 862421
Opened 12 years ago
Closed 12 years ago
[Cost Control] Remove hardcoded ellipsis dots (…) and add them to l10n files
Categories
(Firefox OS Graveyard :: Gaia::Cost Control, defect)
Tracking
(b2g18+ fixed)
RESOLVED
FIXED
People
(Reporter: salva, Assigned: salva)
References
Details
(Keywords: late-l10n)
Attachments
(1 file)
|
250 bytes,
text/html
|
arcturus
:
review+
akeybl
:
approval-gaia-v1+
|
Details |
There are two samples of ellipsis dots (…) hardcoded in the sources:
https://github.com/mozilla-b2g/gaia/blob/master/apps/costcontrol/js/views/balance.js#L283
https://github.com/mozilla-b2g/gaia/blob/master/apps/costcontrol/js/widget.js#L371
They should be in the l10n files.
Updated•12 years ago
|
status-b2g18:
--- → fixed
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #738952 -
Flags: review?(francisco.jordano)
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → salva
Comment 2•12 years ago
|
||
Comment on attachment 738952 [details]
Remove harcoded ellipsis and add them to locales
Nice, quick and easy one.
Thanks Salva now it makes more natural to me see the code without those appends.
Cheers!
Attachment #738952 -
Flags: review?(francisco.jordano) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Master: f953868fef198c6cb7640e7ecdcc8f34c3262780
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 738952 [details]
Remove harcoded ellipsis and add them to locales
NOTE: Please see https://wiki.mozilla.org/Release_Management/B2G_Landing to better understand the B2G approval process and landings.
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 859898
User impact if declined: low
Testing completed: yes
Risk to taking this patch (and alternatives if risky): very low
String or UUID changes made by this patch: new strings
Attachment #738952 -
Flags: approval-gaia-v1?
Comment 5•12 years ago
|
||
Lukas, you marked this as status-b2g18:fixed a while ago. This doesn't look like it's been uplifted. Is this the correct status?
Flags: needinfo?(lsblakk)
Comment 6•12 years ago
|
||
Yup, that looks like a slip of the hand when doing tracking-b2g18+ and marking 'affected' - adjusting.
Flags: needinfo?(lsblakk)
Comment 7•12 years ago
|
||
Comment on attachment 738952 [details]
Remove harcoded ellipsis and add them to locales
Approving for landing on v1.1 - this is correctly a new string.
Attachment #738952 -
Flags: approval-gaia-v1? → approval-gaia-v1+
Comment 8•12 years ago
|
||
I was not able to uplift this bug to v1-train. If this bug has dependencies which are not marked in this bug, please comment on this bug. If this bug depends on patches that aren't approved for v1-train, we need to re-evaluate the approval. Otherwise, if this is just a merge conflict, you might be able to resolve it with:
git checkout v1-train
git cherry-pick -x -m1 f953868fef198c6cb7640e7ecdcc8f34c3262780
<RESOLVE MERGE CONFLICTS>
git commit
| Assignee | ||
Comment 9•12 years ago
|
||
After merging bug 841294 and bug 859898, this applies cleanly.
v1-train: 1bac83700810f27e00a937e34e7c865da02e0215
You need to log in
before you can comment on or make changes to this bug.
Description
•