0.1.1 • Published 7 years ago

vue-polyglot-utils v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Build Status

utils for Vue-Polyglot

Vue-Polyglot-Utils v0.1.0

Installation

npm install --save-dev vue-polyglot-utils

extractLocales(string)

return the locales parsed in string

import {extractLocales} from 'vue-polyglot-utils';

const string = "{{$t('test')}}";
parser.extractLocales(string) // {"test": "test"}

License

License MIT (see LICENSE file)