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
@nyavro Not sure if it'll be fixed within the same commit but there also seems to be an issue with navigating to properties when we're calling the i18n within template literals:
I can't CTRL + CLICK on this:
case 1: return `<strong>${this.$tc('modules.books.formFields.tabs.details.name')}:</strong> ${this.$tc('modules.books.formFields.tabs.details.description')}`
But can on this:
case 3: return this.$tc('modules.books.formFields.tabs.sites.hint')
@nyavro Not sure if it'll be fixed within the same commit but there also seems to be an issue with navigating to properties when we're calling the i18n within template literals:
I can't CTRL + CLICK on this:
But can on this:
Originally posted by @webnoob in #4 (comment)
The text was updated successfully, but these errors were encountered: