Sven Fuchs explains the history and detail of I18n in Rails 2.2

Posted by David September 09, 2008 @ 02:45 PM

Sven Fuchs gave a great presentation at RailsConf Europe about the history and details of the forth-coming I18n support in Rails 2.2. Well worth reading if you’re in need of internationalization services for your current or future app.

Posted in Documentation | 7 comments

Comments

  1. xdmx on 09 Sep 19:17:

    great job guys. this will be very very useful! So to translate an entire app will be need both l18n + globalize2? will globalize 2 still use the db to save all the translations or will it use just yml files? (the last are more useful if you have to give to sameone external everything to translate… and there aren’t db access just to get the translations…)

  2. the_matrix on 09 Sep 21:02:

    Why didn’t they just use Gettext? Its more widespread and has more features and tools.

  3. Jan on 09 Sep 23:35:

    Is a pre-alpha ;) build of Globalize2 already usable somehow? There’s something on github, but how complete is it?

  4. karmi on 10 Sep 08:54:

    @xdmx: You don’t need Globalize for that, in principle. See and play with the demo apps on Github linked from the i18n Wiki: http://rails-i18n.org/wiki

    Karel

  5. fringe on 10 Sep 10:13:

    Is it already useable? Would be nice for a new project of mine.

  6. xdmx on 10 Sep 18:03:

    @karmi:

    but globalize should be needed when the models has to be translated, right ? it wouldn’t be nice to see the column’s name not translated in a translated version :)

  7. xdmx on 10 Sep 18:03:

    @karmi:

    but globalize should be needed when the models has to be translated, right ? it wouldn’t be nice to see the column’s name not translated in a translated version :)