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

345 B

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