guillaumevincent / vue-polyglot

basic translation plugin for VueJS 2+
https://guillaumevincent.github.io/vue-polyglot/example/
MIT License
43 stars 7 forks source link

Useful if I want to load via webpack like this : #7

Closed Raphhhhh closed 7 years ago

Raphhhhh commented 7 years ago

require(file-loader?name=i18n/[name].[ext]?x=[hash:6]!../static/i18n/${l}.json)

=> so it put a hash (for cache refresh), and I specify '' for ext in $polyglot.getLocale

thanks !!

guillaumevincent commented 7 years ago

@Raphhhhh thanks, I will update the readme