mady
mady copied to clipboard
Feature request maybe? Codesplitting by component/module/input-file.
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.
I guess I could keep them all in separate folders and fire up mady once for each folder, but this seems unwieldy...