Hello and thank you for good l10n library!

We are in choosing the right tool for our multilingual project, and it seems 
that L20n has all required features.

Our project is based on MVC library that depends on Backbone.js (and 
Require.js) and Handlebars.js template engine.

But we can't figure out the best way of L20n integration with such frontend 
architecture.

---
Requirements: 
  - Files with locales must be loaded with views, for example: 
    -- View "item-view.js" depends on "locales/{local}/item-view.l20n"
  - All views must be translated before they will be printed out 
    -- May be we need to pass translated params to the Handlebars.js template?
  - System messages can be sended from the server to the browser 
asynchronously, they must be translated too
---

Any ideas?
_______________________________________________
tools-l10n mailing list
[email protected]
https://lists.mozilla.org/listinfo/tools-l10n

Reply via email to