I have activated I18n in middleman like so:
activate :i18n, mount_at_root: :de
Now I'd like to be redirected from /
to /de
automatically. Is this possible?
Also, I wonder why middleman auto-assigns class index
(for german) and en_index
(for english) using the page_classes
helper? This doesn't make much sense - it's the same page, so it should use the class index
for both english and german. Or did I miss something?