7 ms·
> Why did you choose sveltekit-i18n instead of another svelte i18n lib? Mainly for the following argument: - It is built for SvelteKit and has good SSR suppo
by stephane-klein 3y ago
> Why did you choose sveltekit-i18n instead of another svelte i18n lib?
Mainly for the following argument:
- It is built for SvelteKit and has good SSR support.
And also, the following:
- The translations are loaded for visited pages only. (and only once!)
- As of v2.4.2, the size of the sveltekit-i18n package is 14 kB in the minified form and 4.6 kB in minified + gzipped form
From https://blog.aakashgoplani.in/comparing-i18n-libraries-in-sveltekit-svelte-i18n-sveltekit-i18n-and-typesafe-i https://blog.aakashgoplani.in/comparing-i18n-libraries-in-sv...
- stephane-klein 3y agoUrl error fix: https://blog.aakashgoplani.in/comparing-i18n-libraries-in-sveltekit-svelte-i18n-sveltekit-i18n-and-typesafe-i18n https://blog.aakashgoplani.in/comparing-i18n-libraries-in-sv...