Mpaa has uploaded a new change for review. https://gerrit.wikimedia.org/r/86081
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(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/compat refs/changes/81/86081/1 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, + } + -- To view, visit https://gerrit.wikimedia.org/r/86081 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I43d5c3e6ea55414531aca2acc43a18b302b25ae4 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/compat Gerrit-Branch: master Gerrit-Owner: Mpaa <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
