Xqt has submitted this change and it was merged.
Change subject: Bug 54552 - wikisource author namespace updated crossnamespaces ......................................................................
Bug 54552 - wikisource author namespace updated crossnamespaces
https://bugzilla.wikimedia.org/show_bug.cgi?id=54552
Change-Id: I43d5c3e6ea55414531aca2acc43a18b302b25ae4 --- M families/wikisource_family.py 1 file changed, 10 insertions(+), 0 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/families/wikisource_family.py b/families/wikisource_family.py index e3e3d92..c7bd9ed 100644 --- a/families/wikisource_family.py +++ b/families/wikisource_family.py @@ -732,8 +732,10 @@
self.crossnamespace[102] = { 'ar': self.authornamespaces, + 'be': self.authornamespaces, 'da': self.authornamespaces, 'en': self.authornamespaces, + 'eo': self.authornamespaces, 'fa': self.authornamespaces, 'fr': self.authornamespaces, 'it': self.authornamespaces, @@ -741,6 +743,7 @@ 'nl': self.authornamespaces, 'no': self.authornamespaces, 'pt': self.authornamespaces, + 'ro': self.authornamespaces, 'vi': self.authornamespaces, 'zh': self.authornamespaces, } @@ -750,5 +753,12 @@ }
self.crossnamespace[106] = { + 'ca': self.authornamespaces, + 'et': self.authornamespaces, 'sv': self.authornamespaces, } + + self.crossnamespace[108] = { + 'he': self.authornamespaces, + } +
pywikibot-commits@lists.wikimedia.org