Adriano Raiano·Mar 28Why We Added a Console Notice to i18next — and Why We Removed Iti18next turns 15 this year. It has almost 15 million weekly npm downloads, powers applications in every industry across the world, and is…
Adriano Raiano·Mar 4From Hardcoded Strings to Global-Ready: The Modern React i18n JourneyInternationalizing a React application used to mean a tedious weekend of hunting down every hardcoded string, manually wrapping each one in…
Adriano Raiano·Jan 6The Invisible Engine: How the Team Behind i18next is Securing the Future of Global SoftwareIf you have ever used a localized web application — one that seamlessly switches from English to German to Japanese — there is a very high…
Adriano Raiano·Aug 14, 2025Cross-Domain State Sharing: From Hacks to Real-Time SyncWeb browsers strictly enforce the same-origin policy, meaning data stored via localStorage or sessionStorage on one domain (or subdomain)…
Adriano Raiano·Mar 3, 2025How to Easily Add Internationalization (i18n) to Your New Software ProjectStarting a new software project? One crucial step that many developers overlook is internationalization (i18n). If you plan to support…
Adriano Raiano·Jun 22, 2023Supercharge Your TypeScript App: Mastering i18next for Type-Safe TranslationsAs our world becomes increasingly interconnected, the development of web applications that cater to a global audience takes precedence…
Adriano Raiano·Feb 1, 2023The joy, the pride and the burden of maintaining open sourceAs a maintainer of i18next, an open-source localization library, I can attest that there is nothing quite like the feeling of joy and pride…A response icon1A response icon1
Adriano Raiano·Dec 8, 2022i18n with Next.js 13 and app directoryAt Next.js Conf, the Vercel team announced Next.js 13 which introduced the new app directory. It includes support for Layouts, Server…A response icon1A response icon1
Adriano Raiano·Aug 9, 2022Best internationalization for GatsbyYou know Gatsby, right? — If not, stop reading this article and make something else.
Adriano Raiano·May 16, 2022How to properly internationalize a Vue application using i18nextSince Vue.js is an approachable, performant and versatile framework for building web user interfaces, it also needs a best-in-class…