
Hello and welcome to this Nuxt i18n guide that will cover translating your Nuxt.js app into multiple languages. We’ll cover everything you need to know to make your Nuxt.js app…
Step-by-step tutorials for developers working in the localization industry.
Hello and welcome to this Nuxt i18n guide that will cover translating your Nuxt.js app into multiple languages. We’ll cover everything you need to know to make your Nuxt.js app…
Welcome to our gettext tutorial, crafted for developers who are new to the world of software internationalization. This guide will introduce you to gettext, a popular tool that enables your…
Ever wondered how apps and websites can show up in different languages with just a few clicks? That’s the magic of internationalization, or “i18n” for short (because there are 18…
Decoupling a monolith is not a rare problem. It has cropped up in most of the companies I’ve worked at. This happens because, at the early stages of any startup,…
Poor localization leads to a bad user experience, brand erosion, costly and embarrassing mistakes, and potential legal issues. Deprioritizing localization quality = deprioritizing customer experience. This should be the message…
Converting and working with different file formats is a pretty typical task these days. For instance, you might need to convert your JSON file into a CSV or XLSX, or…
In one of my previous articles I was covering Lokalise APIv2 basics, explaining its key features, and how to get started with it. Today we are going to work a…
In this tutorial, you’ll learn how to perform Laravel localization and present your application in multiple languages. We’ll cover working with translation files, performing pluralization, creating a language switcher, and…