@daniloster/svelte-i18n
v1.0.1
Published
Library to apply internationalization with interpolation of strings and components
Downloads
2
Maintainers
Readme
@daniloster/svelte-i18n
Contents
IE Polyfills
Contributions
Feel free to reach out and help improving this library.
Steps
- Pull the repository
git clone https://github.com/daniloster/svelte-i18n.git
- Creating your contribution
- Add at least one commit with message containing either
[patch]
,[minor]
or[major]
- Add at least one commit with message containing
[release]
, otherwise, it won't be released. - Do not use
git pull
, go forgit fetch
andgit rebase
- Add tests as "the changes are intended to be used by dev"
Dev
- Testing:
yarn test
oryarn test --watch
- Web Dev App:
yarn dev