Vue Localization - Internationalize with i18next
Since Vue.js is an approachable, performant and versatile framework for building web user interfaces, it also needs a best-in-class internationalization solution. You may know vue-i18n, but for those
Since Vue.js is an approachable, performant and versatile framework for building web user interfaces, it also needs a best-in-class internationalization solution. You may know vue-i18n, but for those
It’s joyful to work with Svelte. The design is elegant and the robust first-party additions which can be coupled with, make building browser apps a pleasure. The most famous i18n plugin for the progr
Writing Next.js code blurs the lines between client side and server side. The code is written once and depending on your needs it is then executed as SSG (static-site generation), SSR (server-side r
In the previous blog post we learned on a simple way how we can instrumented our Remix app to be ready for localization by using remix-i18next. In this blog post we will try to unleash the full powe
Let's talk about internationalization (i18n) for Remix... When it comes to JavaScript localization. One of the most popular frameworks is i18next. One of the most famous Remix module for i18next
When it comes to software localization there are some important parts you have to address. If the term localization (l10n) is new to you, then take a look at this explanation or at this blog post abo
Every night... I dream the same dream. And then... the nightmare begins. I do what I have to do... to protect i18n. With this blog post I open a doorway between universes, and I don't know who
Every web developer may have met the perennial Methuselah jQuery. Created back in January 2006 at BarCamp NYC by John Resig and currently maintained by a team of developers led by Timmy Willison. You
You may already know how to properly internationalize a client side application, like described in this React based tutorial, this Angular based tutorial or this Vue based tutorial. In this blog post
You know Next.js, right? - If not, stop reading this article and make something else. Next.js is awesome! It gives you the best developer experience with all the features you need... TOC BUT, you may
You may already know how to properly internationalize a client side application, like described in this React based tutorial, this Angular based tutorial or this Vue based tutorial. In this blog post
Let's talk about internationalization (i18n) for Angular (not AngularJS, not Angular 2, just Angular 😉). When it comes to JavaScript localization. One of the most popular frameworks is i18next.