sveltekit-i18n / lib

Internationalization library built for SvelteKit.
MIT License
492 stars 32 forks source link

Use custom stores #57

Open jarda-svoboda opened 2 years ago

jarda-svoboda commented 2 years ago

Currently, svelte/store is used to store library data, but relying on Svelte's stores is not necessary. This lib could work even without using svelte dependency.