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
Describe the bug
I created a Vue project with Vue i18n and the i18n-ally extension. I got global translations in a global project, and a translation on a local <i18n> block. For global translations, the extension works perfectly (cmd+click/arrow goes to the definition). But for local translations (in the i18n block), it doesn't work. However, the translations, even local ones, have the right preview.
Extension Version
i18n Ally v2.12.0
Framework/i18n package you are using
Vue / vue-i18n
To Reproduce
Create local translations with <i18n> block in a Vue component, and then use $t or t in the component. The translation is previewed as expected, but it's not possible to go to it when using cmd+click or with the popover.
Device Infomation
OS: macOS
Version: 15.1.1 (24B91)
VS Code Version: Version: 1.95.3 (Universal)
Extension Log
Go to View -> Output -> i18n Ally, and paste the content below. You should mask any sensitive information
Describe the bug
I created a Vue project with Vue i18n and the i18n-ally extension. I got global translations in a global project, and a translation on a local
<i18n>
block. For global translations, the extension works perfectly (cmd+click/arrow goes to the definition). But for local translations (in the i18n block), it doesn't work. However, the translations, even local ones, have the right preview.Extension Version
i18n Ally v2.12.0
Framework/i18n package you are using
Vue / vue-i18n
To Reproduce
Create local translations with
<i18n>
block in a Vue component, and then use$t
ort
in the component. The translation is previewed as expected, but it's not possible to go to it when using cmd+click or with the popover.Device Infomation
Extension Log
Go to
View
->Output
->i18n Ally
, and paste the content below. You should mask any sensitive informationScreenshots
The text was updated successfully, but these errors were encountered: