svelte-i18n/README.md
Christian Kaisermann 02720aa6b6 docs: ✏️ link to wiki
2019-11-22 13:51:18 -03:00

10 lines
345 B
Markdown

> **WIP document**
# svelte-i18n
> Internationalization for Svelte.
`svelte-i18n` uses `stores` to keep track of the current locale, dictionary of messages and the main format function. This way, we keep everything neat, in sync and easy to use on your svelte files.
### [Go to documentation](https://github.com/kaisermann/svelte-i18n/wiki)