Embed presentation
Download to read offline











Globalize3 is a Ruby on Rails gem that adds model translations to ActiveRecord, allowing attributes of models to be translated into multiple languages. It works by generating translation tables for models where attributes are marked for translation, and provides helpers for migrating existing data into the translation tables. The gem is compatible with Rails 3.x and builds on the new I18n API. It also supports fallback translations for empty translations.









