From e865a252bde1bf2bd85d571b2a5933fde560ecb8 Mon Sep 17 00:00:00 2001 From: raymond Date: Wed, 6 Mar 2013 17:07:17 +0100 Subject: [PATCH] Add namespace translations for dsb, eo, hsb Per talk on https://de.wikipedia.org/w/index.php?title=Benutzer_Diskussion:Raymond&oldid=115044733#Lua_in_weiteren_Wikipedien Change-Id: I161dc93c95bc6657352198c04e3d58698344ba77 --- Scribunto.namespaces.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Scribunto.namespaces.php b/Scribunto.namespaces.php index 84a96a2d..6a23324d 100644 --- a/Scribunto.namespaces.php +++ b/Scribunto.namespaces.php @@ -23,6 +23,16 @@ $namespaceNames['de'] = array( 829 => 'Modul_Diskussion', ); +$namespaceNames['dsb'] = array( + 828 => 'Modul', + 829 => 'Modul_diskusija', +); + +$namespaceNames['eo'] = array( + 828 => 'Modulo', + 829 => 'Modulo-Diskuto', +); + $namespaceNames['fr'] = array( 828 => 'Module', 829 => 'Discussion_module', @@ -33,6 +43,11 @@ $namespaceNames['he'] = array( 829 => 'שיחת_יחידה', ); +$namespaceNames['hsb'] = array( + 828 => 'Modul', + 829 => 'Modul_diskusija', +); + $namespaceNames['hu'] = array( 828 => 'Modul', 829 => 'Modulvita',