nuxt-i18n-extractor
v0.0.0
Published
Extract i18n key from nuxtjs/i18n powered interlationalized website
Readme
nuxt-i18n-extractor
Extract i18n string from nuxt files and export them into your lang json files
Installation
npm install --save-dev @unclesamulus/nuxt-i18n-extractoror
yarn add --dev @unclesamulus/nuxt-i18n-extractorUsage
npx nuxt-i18n-extractor [ DIR ] [ LOCALES ]Example:
npx nuxt-i18n-extractor ./components frKnown limitations
- Only support
nuxt-i18nmodule - Only extract string from .vue and .js files, when they are inside
$tfunction.
