webpack-contrib / i18n-webpack-plugin

[DEPRECATED] Embed localization into your bundle
MIT License
317 stars 74 forks source link

Improve documentation #8

Closed oliviertassinari closed 6 years ago

oliviertassinari commented 9 years ago

Can we add example of usage on the README of this repository.

I suggest to make people aware that __('hello' + ' ' + 'world') is a working pattern. I'm working on an extractor of messages from js and jsx sources, I have just discovered this hidden feature. (https://github.com/oliviertassinari/i18n-extract)

oliviertassinari commented 6 years ago

Has this feature been documented?