babel-plugin-inline-i18n-messages
babel-plugin-inline-i18n-messages copied to clipboard
Multilingual bundles
I have a question regarding this repo? If i have 5 supported langugaes, then would there be 5 different js bundles or chunks created?
What do you mean by "chunks"?
By using this babel plugin, you can compile your JS source code to include your language translates. It depends on your configuration if that means you have 5 different JS bundles as an output.