Ruby on Rails is shipped with i18n gem, which provides an internationalization and localization system. It basically allows the developer to abstract all the locale specific elements, mainly strings and date formats, out of the application. The i18n gem is split into two parts: 1) the public API and 2) the default backend, intentionally named Simple. As the Rails guide suggests, the Simple backend