Closed
Bug 1021851
Opened 11 years ago
Closed 11 years ago
[Notes] read-only warning not localizable
Categories
(Firefox OS Graveyard :: Gaia::Notes, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.0 S4 (20june)
People
(Reporter: doliver, Assigned: doliver)
Details
(Keywords: l12y, Whiteboard: [priority])
Attachments
(2 files, 1 obsolete file)
The is a string defined for the "attachment too large" warning but we aren't using it in the code so all locales are seeing it in english.
String:
warning=(Some large images or attachments cannot be downloaded. Note is read only.)
index.html:
<div id="warning">
<i>(Some large images or attachments cannot be downloaded. Note is read only.)</i>
</div>
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → doliver
Whiteboard: [priority]
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8436057 -
Flags: review?(yor)
| Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8436084 -
Flags: review?(yor)
Dylan,
I don't see "warning" strings defined for the other languages under locales dir.
The code looks good.
| Assignee | ||
Comment 4•11 years ago
|
||
Yes, most of the other localizations are out of date -- that's my next task but this will at least clear the path when they are ready.
Attachment #8436057 -
Flags: review?(yor) → review+
Attachment #8436084 -
Flags: review?(yor) → review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Master: https://github.com/mozilla-b2g/notes/commit/9765440ba12f8705da1fb2934ab626fa5fdfadfa
The phase2 PR needs rebasing before it can be merged.
Keywords: checkin-needed
Target Milestone: --- → 2.0 S4 (20june)
| Assignee | ||
Comment 6•11 years ago
|
||
Fixed up PR, carried forward :yor's r+
Attachment #8436084 -
Attachment is obsolete: true
Attachment #8436516 -
Flags: review+
| Assignee | ||
Comment 7•11 years ago
|
||
Thanks Ryan, phase2 should be ready for merging now.
Keywords: checkin-needed
Comment 8•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•