You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
adjenks
changed the title
Feature request maybe?
Feature request maybe? Codesplitting by component/module/input-file.
May 7, 2021
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.
The text was updated successfully, but these errors were encountered: