Why should it depend on how Im using the data? The documents are
simple language maps. I m translating short strings in real-time. I am
using the method you have described above for larger blocks of strings
with versioning Nicolas. I think that schema would be too complicated
for short default strings.
Thanks
On Dec 15, 3:31 pm, Nicolas Clairon <
clai...@gmail.com> wrote:
> You can do something like that :
>
> doc_a = {
> "title":{
> "en" : "My Document",
> "fr" : "Mon Document",
> "eo" : "Mia Dokumento",
> }
>
> }
>
> But like wwww said, it depends of how you use the data.
>
> 2009/12/15 wwww <
heqd2...@gmail.com>: