You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use vue-gettext in typescript component for a vue project.
I am using it like this
get myText() {
return this.$gettext('myText');
}
This was working perfectly fine for JS file. But As we are migrating to TS , I see that this text is not extracted as a translatable string and it does not end up in PO file of the project. Can someone help me with this ?
The text was updated successfully, but these errors were encountered:
I am trying to use vue-gettext in typescript component for a vue project.
I am using it like this
get myText() {
return this.$gettext('myText');
}
This was working perfectly fine for JS file. But As we are migrating to TS , I see that this text is not extracted as a translatable string and it does not end up in PO file of the project. Can someone help me with this ?
The text was updated successfully, but these errors were encountered: