svelte-i18n/README.md

10 lines
345 B
Markdown
Raw Normal View History

2019-11-21 02:50:00 +01:00
> **WIP document**
# svelte-i18n
2018-07-26 03:40:38 +02:00
2019-05-19 04:02:24 +02:00
> Internationalization for Svelte.
2019-11-19 17:18:42 +01:00
`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.
2019-05-19 03:59:26 +02:00
2019-11-21 02:50:00 +01:00
### [Go to documentation](https://github.com/kaisermann/svelte-i18n/wiki)