Configure how your json is formated
Hi,
it would be nice if you had some options to configure the structure of your json files.
i am using the library: https://www.npmjs.com/package/i18n
htere the json struncture is the following:
singulares string is saved as
{
"term" : "translation"
}
and plurals as
{
"term": {
"one": "translation",
"few": "translation",
"many": "translation",
"other": "translation",
}
}
1
vote
Anonymous
shared this idea