unow-i18n
v1.0.0
Published
## i18n
Readme
Unow rules the world
i18n
This module provide some class to manage multi language over all Unow's app.
It fits with react-intl to assure a good development continuously.
Get started
$ yarn add -E @unowmooc/i18nAPI
intl
API
Development
You can use yarn link on our projects to use and develop directly with no publish.
Open the project package needed and your app.
./packages/i18n
$ yarn linkauth-client
$ yarn link "@unowmooc/i18n"Et voila!
If you need to come back to the original state.
auth-client
$ yarn installGet sync
If you wish, you can develop on both side by using:
./packages/i18n
$ yarn watchIt will build your lib and provide source.map! Amazing right ?!
Documentation
Update the docs
$ yarn documentation$ git add .
$ git commit -m "docs(): update docs"
$ git pushPublish
We are using standard-version to version packages.
Follow this instructions:
$ git checkout master
$ git pull origin master
$
$ cd ./packages/i18n
$
$ yarn release
$ git push --follow-tags origin master && npm publish