webpack-contrib / i18n-webpack-plugin

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

i18n in *.html|*.hbs #7

Closed PidginEnemy closed 9 years ago

PidginEnemy commented 9 years ago

Hello. I can't find a way to use this plugin in .html (or in .hbs) files. In my *.html i have something like this:

[[localestr]]

How to use localization in this case ?

PidginEnemy commented 9 years ago

I solved this problem by Webpack StringReplacePlugin - https://github.com/jamesandersen/string-replace-webpack-plugin