Hello everybody,
I'm building a web site with multilingual content. I've followed the steps according to http://doc.silverstripe.com/doku.php?id=multilingualcontent:
1) Default Installation of Silverstripe
2) adding "Object::add_extension('SiteTree', 'Translatable'); Translatable::set_default_locale('de_DE');" to mysite/_config.php
3) running /dev/build
Everything seemed OK so far. Unfortunately when I go into the administration menu the "Site Content" menu button is shown twice. I've attached a screenshot.
Does somebody know what could have went wrong here?