Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/51347


Change subject: Add Dutch namespace names
......................................................................

Add Dutch namespace names

Also add a standard header.

Change-Id: Ib2bc381e859ef527e03da9680a462755bcc35a4d
---
M Scribunto.namespaces.php
1 file changed, 11 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto 
refs/changes/47/51347/1

diff --git a/Scribunto.namespaces.php b/Scribunto.namespaces.php
index 4c67f99..5104def 100644
--- a/Scribunto.namespaces.php
+++ b/Scribunto.namespaces.php
@@ -1,4 +1,10 @@
 <?php
+/**
+ * Internationalisation file for extension Scribunto.
+ *
+ * @file
+ * @ingroup Extensions
+ */
 
 $namespaceNames = array();
 
@@ -22,6 +28,11 @@
        829 => 'שיחת_יחידה',
 );
 
+$namespaceNames['nl'] = array(
+       828 => 'Module',
+       829 => 'Overleg_module',
+);
+
 $namespaceNames['zh-hans'] = array(
        828 => '模块',
        829 => '模块讨论',

-- 
To view, visit https://gerrit.wikimedia.org/r/51347
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib2bc381e859ef527e03da9680a462755bcc35a4d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Scribunto
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to