Aakash Goplani
Aakash Goplani's Blog

Aakash Goplani's Blog

Follow
homeAbout MeSponsorBuy Me a Coffeebadgesnewsletter
Series

Internationalization in SvelteKit

In this series, I'll be demonstrating internationalization in SvelteKit with three different libraries: svelte-i18n, sveltekit-i18n and typesafe-i18n.

Articles in this series

Internationalization in SvelteKit with svelte-i18n

Aug 1, 202312 min read 297 views

This is the first article of three-part series to demonstrate i18n in SvelteKit. In this article, we will work on integrating svelte-i18n with...

Internationalization in SvelteKit with svelte-i18n

Internationalization in SvelteKit with sveltekit-i18n

Aug 1, 202313 min read 290 views

This is the second article of three-part series to demonstrate i18n in SvelteKit. In the previous article, we worked our way with svelte-i18n and in...

Internationalization in SvelteKit with sveltekit-i18n

Internationalization in SvelteKit with typesafe-i18n

Aug 1, 202314 min read 233 views

This is the final article of three-part series to demonstrate i18n in SvelteKit. In the previous article, we worked our way with sveltekit-i18n and in...

Internationalization in SvelteKit with typesafe-i18n

Comparing i18n libraries in SvelteKit: svelte-i18n, sveltekit-i18n and typesafe-i18n

Aug 2, 20233 min read 204 views

Based on my learnings from localizing applications in SvelteKit with svelte-i18n, sveltekit-i18n and typesafe-i18n, I've come up with advantages and...

Comparing i18n libraries in SvelteKit: svelte-i18n, sveltekit-i18n and typesafe-i18n