extract-vue-i18n
v0.1.0
Published
[![npm](https://img.shields.io/npm/v/extract-vue-i18n.svg)]()
Downloads
6
Readme
Extract Vue-i18n
CLI tool to extract i18n strings from Vue SFC
Forked from : https://github.com/kennyki/vue-webpack-gettext to support vue-i18n
plugin + CLI usage
Usage
with NPX (recommended)
npx extract-vue-i18n -o extracted.txt -s src
Options
--output, -o The output file. It should be your template.pot [required]
--src, -s The source folder for vue/html/js files [required]
SpringboardVR - 2018