This isn't a Haml issue; Rails actually handles all the template management. Haml just takes the templates Rails gives it and outputs HTML. So localized views are handled by Rails, which should support them for Haml.
On Fri, Oct 2, 2009 at 7:06 AM, Oliver <[email protected]> wrote: > > I tried to use Haml to render Rails localized views such as > index.de.html.erb (see > http://guides.rubyonrails.org/i18n.html#localized-views). > > I couldn't get this to work with Haml instead of erb. Haml renders the > template with MIME type "de.html". > > Am I doing something wrong, or is this just unsupported? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en -~----------~----~----~----~------~----~------~--~---
