Xqt has submitted this change and it was merged.
Change subject: updated crossnamespaces from compat 86081 due to bug 54552 ......................................................................
updated crossnamespaces from compat 86081 due to bug 54552
Change-Id: I4e61852e70538704d3c0b0a8364347c369c1e683 --- M pywikibot/families/wikisource_family.py 1 file changed, 10 insertions(+), 0 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Checked
diff --git a/pywikibot/families/wikisource_family.py b/pywikibot/families/wikisource_family.py index 66162de..cb06da6 100644 --- a/pywikibot/families/wikisource_family.py +++ b/pywikibot/families/wikisource_family.py @@ -102,8 +102,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, @@ -111,6 +113,7 @@ 'nl': self.authornamespaces, 'no': self.authornamespaces, 'pt': self.authornamespaces, + 'ro': self.authornamespaces, 'vi': self.authornamespaces, 'zh': self.authornamespaces, } @@ -120,5 +123,12 @@ }
self.crossnamespace[106] = { + 'ca': self.authornamespaces, + 'et': self.authornamespaces, 'sv': self.authornamespaces, } + + self.crossnamespace[108] = { + 'he': self.authornamespaces, + } +
pywikibot-commits@lists.wikimedia.org