Confirmed users
1,016
edits
No edit summary |
|||
Line 9: | Line 9: | ||
Implement a set of API's allowing for jetpack localization | Implement a set of API's allowing for jetpack localization | ||
* bind example: | |||
<pre class="brush:js"> | |||
var params = { | |||
tabs = 1; | |||
} | |||
var ctx = l10n.Context() | |||
ctx.addReference('url://foo.l10n') | |||
ctx.bindEntity('l10n_id1', params); | |||
// ... | |||
params['tabs'] = 7; // at this poin the entity value updates to | |||
</pre> | |||
=== Key Issues === | === Key Issues === |