diff --git a/Maps.i18n.namespaces.php b/Maps.i18n.namespaces.php index 6c558d983..893d9dee1 100644 --- a/Maps.i18n.namespaces.php +++ b/Maps.i18n.namespaces.php @@ -2,7 +2,7 @@ $namespaceNames = array(); -// For wikis without LiquidThreads installed. +// For wikis without Maps installed. if ( !defined( 'Maps_NS_LAYER' ) ) { define( 'Maps_NS_LAYER', 420 ); define( 'Maps_NS_LAYER_TALK', 421 ); @@ -12,3 +12,7 @@ Maps_NS_LAYER => 'Layer', Maps_NS_LAYER_TALK => 'Layer_talk', ); + +$namespaceNames['de'] = array( + Maps_NS_LAYER_TALK => 'Layer_Diskussion', +);