
In the previous part of this series we learned the basics of creating a Ruby i18n. We created an initial directory structure, defined a gemspec, installed dependencies, and started to…
In the previous part of this series we learned the basics of creating a Ruby i18n. 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…
In one of our previous articles we were talking about the process of internationalizing Rails applications. That article explained all I18n basics, but it was revolving around placing all translations…