Skip to content

Commit

Permalink
Bug 37783 - Add DE Layer NS
Browse files Browse the repository at this point in the history
Change-Id: I4be6c47c50b8bbd347402a6d681acd73058ee5ab
  • Loading branch information
reedy committed Jun 21, 2012
1 parent da5c7ac commit a1b55eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Maps.i18n.namespaces.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand All @@ -12,3 +12,7 @@
Maps_NS_LAYER => 'Layer',
Maps_NS_LAYER_TALK => 'Layer_talk',
);

$namespaceNames['de'] = array(
Maps_NS_LAYER_TALK => 'Layer_Diskussion',
);

0 comments on commit a1b55eb

Please sign in to comment.