Is it possible to split the translations by component?
I want each component to have it's own separate set of translation files.
So there would be many files for each locale, like:
Component1_en-US.json
Component1_de-DE.json
Component2_en-US.json
Component2_de-DE.json
I don't want to load the entire language for the app at once.