Bumping gaia.json for 3 gaia-central revision(s)

========

https://hg.mozilla.org/integration/gaia-central/rev/1ee26712cf06
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #11607 from comoyo/mozContacts2vcard

Bug 896982 - [Contacts] Design and implement a component to transform mozContacts to VCARD format [r=arcturus]

========

https://hg.mozilla.org/integration/gaia-central/rev/bb8a14e8276c
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Design and implement a component to transform mozContacts to VCARD format

========

https://hg.mozilla.org/integration/gaia-central/rev/3997a1eb87f3
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 886715 - [MMS] [Regression] After changing language all strings should be in new language - r=julienw

This is a complete overhaul of all localization inside the SMS app.

- Avoid using `navigator.mozL10n.get()` to populate `innerText` ourselves
  - Exceptions to this rule: when the final target is something like `alert()` or `navigator.mozNotification`, we can't really pass HTML, so do our best with the current translated string
- Use `navigator.mozL10n.localize(element, id, args)` where possible
- Use `navigator.mozL10n.translate(fragment)` and stuff the proper data-* attribs where we render templates.

Closes gh-11491
This commit is contained in:
Gaia Pushbot 2013-08-20 10:20:25 -07:00
parent 0999375409
commit c7ea524e55

View File

@ -1,4 +1,4 @@
{
"revision": "e46292eec7e33f90129cabaa3c132bd45a183f0e",
"revision": "1ee26712cf06efd7cc25ef5a893e4316b5732e7f",
"repo_path": "/integration/gaia-central"
}