I don't think there are objective answers to this question. I would keep it simple and leave everything in a single file. If you organize things properly you shouldn't have issues. Plus using the proper editor will help you fold sections so you can easily overview only the part that you are interested in.
Sep 29, 2021
3
Level 1
Can I create multiple file under 1 locale directory and merge into locale.json?
I am thinking how should I make the json file smaller by split it into multiple json for language.
For example, I have a en.json in my src/locales. I am thinking to create a directory named en and store all the related json into the created directory. After that I want to merge them into en.json.
How can I do this? Or any better suggestion?
Please or to participate in this conversation.