Open seonglae opened 2 years ago
Is your feature related to a specific framework or general for this extension
{ "@nuxtjs/i18n": "^7.1.0", "nuxt": "^2.15.8", }
Is your feature request related to a problem? Please describe.
I'm using i18n in nuxt with this configurations
[ '@nuxtjs/i18n', { vueI18nLoader: true, defaultLocale: 'ko', strategy: 'no_prefix', vueI18n: { silentFallbackWarn: true, fallbackLocale: 'ko', messages: { en: {}, ko: {} } }, locales: [ { code: 'en', iso: 'en-US' }, { code: 'ko', iso: 'ko-KR' } ] } ]
Describe the solution you'd like
Want this useful extension working
Additional context
cannot extract text
there are no tab for i18n extension
I'm not sure that this is a bug or just a none supporting feature
Is your feature related to a specific framework or general for this extension
Is your feature request related to a problem? Please describe.
I'm using i18n in nuxt with this configurations
Describe the solution you'd like
Want this useful extension working
Additional context
cannot extract text
there are no tab for i18n extension