Re: Manifest internationalization Model

On Tuesday, 12 March 2013 at 11:22, Robin Berjon wrote:

> On 12/03/2013 10:18 , Marcos Caceres wrote:
> > While developing W3C widgets, at least one large organisation raised
> > concerns about not being able to split the localisation tasks across
> > multiple files, as it made it harder for them to distribute the work
> > of localising content to their localisation centres around the world
> > (as everything is in one file).
> 
> 
> 
> If that's a concern, JSON Reference can be a solution:
> 
> {
> "locales": {
> "en": { "$ref": "./locales/en.json" }
> }
> }
> 
> http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03
> 

Certainly something to keep in mind if really need it.  

-- 
Marcos Caceres
http://datadriven.com.au

Received on Tuesday, 12 March 2013 11:34:01 UTC