This post originated from an RSS feed registered with Ruby Buzz
by Robby Russell.
Original Post: Localization with Rails and PostgreSQL, part 1
Feed Title: Robby on Rails
Feed URL: http://www.contegix.com/rss/feed.xml
Feed Description: My reflections on programming with Ruby, Rails, PostgreSQL... and learning how to run a business...
One of the client projects that PLANET ARGON is working on requires that it work in about 20 different languages. Jeremy has been investigating different plugins for Rails to help us accomplish this. He came across Globalize.
Globalize is a Ruby on Rails plugin designed to support multilingual applications. Itâs under the MIT License, same as Ruby on Rails.
... we want to pull back the German version. No, it doesn’t translate it for you.. just pulls back another version of the object with the desired locale.
Well, we’re primarily working with PostgreSQL and the Globalize plugin didn’t pass tests with it. That’s now fixed as I found out from Jeremy that he was given COMMIT rights to the Globalize plugin and it now passes all tests against PostgreSQL!
We’ll keep you updated on how well it works as we dig deeper into using it. :-)