i18n ally with Nuxt 3 (VS Code extension)
So I got my app to work with the locales folder with
$t("hello"
) and with single file components (sfc) like so t("cloud")
with const { t } = useI18n({: "local", });
. Now, I discovered the i18n ally VS Code extension and wanted to give it a try, but it's not detecting the translations inside <i18n> blocks for the sfc's. How do I set this up? Thanks in advance.0 Replies