Joel Jaisonjoeljaison.hashnode.dev·Sep 23, 2023Getting Started with Svelte: A Comprehensive Tutorial SeriesIntroduction Hey there, fellow learners! I'll be straight with you—I'm not a fan of those cookie-cutter tutorial templates that follow the usual intro, content, and conclusion formula. So, for this entire tutorial series on Svelte, we're going off-sc...45 readsLet's Master SvelteSvelte
Aakash Goplaniblog.aakashgoplani.in·Aug 2, 2023Comparing i18n libraries in SvelteKit: svelte-i18n, sveltekit-i18n and typesafe-i18nBased on my learnings from localizing applications in SvelteKit with svelte-i18n, sveltekit-i18n and typesafe-i18n, I've come up with advantages and limitations of each of these libraries. svelte-i18n Features It is a simple and minimalistic library...582 readsInternationalization in SvelteKitSveltekit
Aakash Goplaniblog.aakashgoplani.in·Aug 1, 2023Internationalization in SvelteKit with sveltekit-i18nThis 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 this article, we will work on integrating sveltekit-i18n with SvelteKit. The sveltekit-i18n is a tiny...1.9K readsInternationalization in SvelteKitSveltekit