babel-plugin-inline-i18n-messages icon indicating copy to clipboard operation
babel-plugin-inline-i18n-messages copied to clipboard

Multilingual bundles

Open vinaygosain opened this issue 4 years ago • 1 comments

I have a question regarding this repo? If i have 5 supported langugaes, then would there be 5 different js bundles or chunks created?

vinaygosain avatar Oct 03 '20 11:10 vinaygosain

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.

hjylewis avatar Oct 04 '20 20:10 hjylewis