i18n-node
i18n-node copied to clipboard
Use folders instead of files for locales
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