Here at Mynewsdesk we are in the midst of internationalizing a fairly big Ruby on Rails application. Sven Fuchs’s I18n Textmate bundle has been a great help in extracting thousands of texts away from our source code and into YAML files. As we were getting ready to start the actual translation work we figured that a nice web interface would be helpful. Since we couldn’t find a web UI out there we decided to roll our own and thus the translate plugin was born.
The plugin requires that you run Rails 2.2 or later. It lets you mount a web UI at /translate where you can view and translate all your I18n texts. You can select which locales you are translating from and to, search for keys and texts, and choose to view only untranslated texts. The plugin reads and writes all translations to YAML files under config/locales. For more details, please refer to the README file.
Screenshot of the User Interface

Subscribe
Pingback: Make I18n Simple with the Translate Plugin
Pingback: Using I18n to stay DRY - JeeViDee.nl
Pingback: Ennuyer.net » Blog Archive » 2009-02-25- Today’s Ruby/Rails Reading