Mpaa has uploaded a new change for review. https://gerrit.wikimedia.org/r/86039
Change subject: Bug 54552 - wikisource author namespace ...................................................................... Bug 54552 - wikisource author namespace https://bugzilla.wikimedia.org/show_bug.cgi?id=54552 Change-Id: I2edca32767622befda056fbb835176f0a5858e58 --- M families/wikisource_family.py 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/compat refs/changes/39/86039/1 diff --git a/families/wikisource_family.py b/families/wikisource_family.py index ac3d347..e3e3d92 100644 --- a/families/wikisource_family.py +++ b/families/wikisource_family.py @@ -689,12 +689,17 @@ self.authornamespaces = { '_default': [0], 'ar': [102], + 'be': [102], 'bg': [100], + 'ca': [106], 'cs': [100], 'da': [102], 'en': [102], + 'eo': [102], + 'et': [106], 'fa': [102], 'fr': [102], + 'he': [108], 'hr': [100], 'hu': [100], 'hy': [100], @@ -705,6 +710,7 @@ 'no': [102], 'pl': [104], 'pt': [102], + 'ro': [102], 'sv': [106], 'tr': [100], 'vi': [102], -- To view, visit https://gerrit.wikimedia.org/r/86039 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2edca32767622befda056fbb835176f0a5858e58 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
