Polyconseil / vue-gettext

Translate your Vue.js applications with gettext.
MIT License
278 stars 55 forks source link

Fix double escape in component. #135

Closed dschmidt closed 1 year ago

dschmidt commented 2 years ago

Passing the interpolated string to createElement will escape html code again resulting in html code being shown to the user.

dschmidt commented 2 years ago

ping

dschmidt commented 1 year ago

We've moved on to vue3-gettext