0.0.4 • Published 7 years ago
tauschen v0.0.4
Tauschen
Create translation files compatible with vue-i18n.
Will match translation strings in the format:
{{ $t('Some string') }}{{ $t("Some string") }}{{$t('Some string')}}{{$t("Some string")}}
Commands
generate
Take a src directory and create a translation map file (Will recursively match
*.vue files).