HI All, I've just succeeded to upgrade my rails to 3.0.
However, all my translation are missing no matter what locale I set. I can run 'rake makemo' and I tried to add and remove the following I18n.backend in my application.rb I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks) I18n::Backend::Simple.send :include, I18n::Backend::Gettext I18n::Backend::Simple.send :include, I18n::Backend::InterpolationCompiler My Gemfile: gem 'gettext' gem 'i18n' Please help! I am frustrated... Arthur -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "rails-i18n" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-i18n?hl=en.
