0.0.19 • Published 5 years ago

@control-fitness/helper-i18n v0.0.19

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
5 years ago

helper-i18n

Control Fitness helper of internationalization.

Example

import I18n from '@control-fitness/helper-i18n';
import locales from './locales';
I18n.load(locales);

...
I18n.t('title');
I18n.t('other');
...

Generate new version

Update version property on package.json.

$ yarn test