Hi yet again, Sorry for replying to my own post, but I found a workaround: It seems that ruby_parser cannot deal with Ruby 1.9 syntax yet, so if your HAML files contain any Ruby 1.9 syntax in their Ruby, it will break gettext's gettext:find rake task (it relies on ruby_parser).
If ruby_parser ever starts supporting 1.9 syntax or if gettext starts using a different Ruby parser, this limitation could go away. So until then, no Ruby 1.9 in your HAML, even on Ruby 1.9. Cheers, Ramón -- You received this message because you are subscribed to the Google Groups "rails-i18n" group. To view this discussion on the web visit https://groups.google.com/d/msg/rails-i18n/-/nRsI7-rMpx8J. 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.
