lokalise / i18n-ally

🌍 All in one i18n extension for VS Code
https://marketplace.visualstudio.com/items?itemName=lokalise.i18n-ally
MIT License
3.8k stars 301 forks source link

Vue3 SFC support desirable #799

Open kornhill opened 1 year ago

kornhill commented 1 year ago

Currently does not recognise the i18n custom block in SFC as it appears. Would be tremendously helpful if it could be supported. For complex applications with large amount of views/components, i18n items are generally preferred in SFCs themselves so that they share the same context and maintained by the developers responsible for corresponding SFCs.

kornhill commented 1 year ago

should correct myself - SFC support with the intlify unplugin-vue-i18n plugin

StepanMynarik commented 1 year ago

Need that as well :)

Amesys commented 1 year ago

This is actually handled by adding "vue-sfc" to the i18n-ally enabled framework, in the vscode settings.

https://github.com/lokalise/i18n-ally/issues/751#issuecomment-1177922616