Hi,

btw, I'm currently fixing this with changing 2 lines in
ActiveSupport::CoreExtentsions::Array::Conversions.to_sentence:

          #default_skip_last_comma = I18n.translate
(:'support.array.skip_last_comma', :locale => options[:locale])
          #options.reverse_merge! :connector =>
default, :skip_last_comma => default_skip_last_comma
          options.reverse_merge! :connector =>
default, :skip_last_comma => false

Lg Philipp


On Nov 22, 11:36 am, Philipp Schmid <[EMAIL PROTECTED]> wrote:
> hi,
>
> I have now pinned down the problem I described 
> inhttp://groups.google.com/group/rails-i18n/browse_thread/thread/a85983...,
> to the use of rails observers.
>
> It seems like globalize can't find translations during the
> environment.rb loading phase, where the observers get loaded.
>
> I made a test project which you can get 
> here:http://www.schmidp.com/public/blabla.tar.bz2
>
> If you try to run script/server you get and exception, but if you edit
> the environment.rb file and disable the observer, everything loads
> fine.
>
> Lg Philipp
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to