Getting started with i18n (internationalization) and l10n (localization) can be quite complex, especially if you have never implemented these concepts before. Many developers find themselves asking: how do I add…
Category: Tutorials
Step-by-step tutorials for developers working in the localization industry.
In this article, you will learn how to implement EmberJS i18n (internationalization) into your application. Internationalization is a part of an application’s development strategy to facilitate normalizing the app for…
This is the third and final part of the “How to create a Ruby Gem series” where we are going to finalize our plugin and publish it to RubyGems. The…
A while back we looked into how the vastly popular Django framework for Python supports internationalization. But, if you are here, you surely must have needed a deeper dive into…
In the previous part of this series we learned the basics of creating a Ruby gem. We created an initial directory structure, defined a gemspec, installed dependencies, and started to…
In this series of tutorials, we will discuss all aspects of how to create a Ruby gem (gem is just a fancy word for “library” or “plugin”). In this section…
So, you know that translating your app is important and you are also familiar with the localization process in general. But, as the old saying goes: the devil is in…
Sometimes it’s a good idea to let your brain cool off from the day-to-day work (which in my case is building the best translation management software in the world). What…