Page 1 of 1

Storing localization strings

Posted: Wed Dec 22, 2010 11:46 am
by Technical
What is the most efficient way to store localization strings? Gettext, JSON or XML? Any other? The most important is user-friendly, so anyone can edit.

Re: Storing localization strings

Posted: Wed Dec 22, 2010 12:21 pm
by Jonah Bron
I think XML would be the most user-friendly.

Re: Storing localization strings

Posted: Wed Dec 22, 2010 12:28 pm
by Technical
Jonah Bron wrote:I think XML would be the most user-friendly.
In XML you need to replace special symbols with entities, put CDATA sections and etc. I just realized that XML is not an option.
So, I think JSON is fine, so I'm staying with it.
Thanks for the reply though.

Re: Storing localization strings

Posted: Wed Dec 22, 2010 1:34 pm
by Christopher