i18n-node icon indicating copy to clipboard operation
i18n-node copied to clipboard

Use folders instead of files for locales

Open odorisioe opened this issue 8 years ago • 0 comments

Hello,

I would like create folders with multiples json files instead of one json file for one locale. This is because if I have a lot of key-values and I want to make more simple the files.

This is the current structure /locales/ -- en.json -- es.json

And I wonder if it is possible locales/ -- en/ ---- auth.json ---- user.json -- es/ ---- auth.json ---- user.json

Is there any way to to this with the current version? I am thinking combine all the files to generate en.json and es.json on server start Thanks

odorisioe avatar Jun 14 '17 02:06 odorisioe