can anyone tell me what i have to do to have a german only site? i have this in my _config.php:
Object::add_extension('SiteTree', 'Translatable');
Translatable::enable();
Translatable::set_default_locale('de_DE');
Translatable::set_default_lang('de');
or if there's no german only, how i can configure to get the german homepage by default?
thanks..