Closed
Bug 919531
Opened 12 years ago
Closed 12 years ago
Contacts imported from GMail display unlocalized label "OTHER" for some fields
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Firefox OS Graveyard
Gaia::Contacts
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: flod, Unassigned)
Details
Attachments
(1 file)
|
37.42 KB,
image/png
|
Details |
I've tried to track down the source of this untranslated string but I miserably failed.
In gmail_connector.js there's a function parseEmails
https://github.com/mozilla-b2g/gaia/blob/master/apps/communications/gmail/js/gmail_connector.js#L310
var type = emailField.getAttribute('rel') || DEFAULT_EMAIL_TYPE;
if (type.indexOf('#') > -1) {
type = type.substr(type.indexOf('#') + 1);
}
I guess there's a #other in the xml file, but other fields (work, personal) are correctly translated. If I edit the contact, the field shows a customized label set to "other".
| Reporter | ||
Comment 1•12 years ago
|
||
Marking as worksforme, Contacts now display "Altro" ("other" localized in Italian), so this was fixed at some point but I can't find a related bug.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•