jshmrtn / vue3-gettext

Translate Vue 3 applications with gettext.
https://jshmrtn.github.io/vue3-gettext/
MIT License
66 stars 23 forks source link

Handle evaluated being null as well #22

Closed tcitworld closed 2 years ago

tcitworld commented 2 years ago

Otherwise we get TypeError: evaluated is null when calling evaluated.toString() below in case the translation isn't available.

There's possibly better ways to fix this.