Rails Internationalization Tutorial In An App
Clemens Kofler has put together a rather novel "tutorial" for Rails' new internationalization and localization features. Instead of being a typical tutorial on a Web page, the tutorial comes as a Rails app. To get started:
git clone git://github.com/clemens/i18n_demo_app.gitcd i18n_demo_app./script/server
Then head to http://localhost:3000/ and you're away.
Note: We've mentioned Rails' internationalization features before on Rails Inside.