Re: Manifest internationalization Model

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

Just a thought

-- 
Robin Berjon - http://berjon.com/ - @robinberjon

Received on Tuesday, 12 March 2013 11:22:58 UTC