https://bugzilla.wikimedia.org/show_bug.cgi?id=54552
Web browser: --- Bug ID: 54552 Summary: wikisource author namespace Product: Pywikibot Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: legoktm.wikipedia@gmail.com Classification: Unclassified Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/patches/591/ Reported by: Anonymous user Created on: 2013-01-31 03:46:59 Subject: wikisource author namespace Original description: families/wikisource_family.py should be fixed.
$ svn diff Index: families/wikisource_family.py =================================================================== --- families/wikisource_family.py (revision 11014) +++ families/wikisource_family.py (working copy) @@ -578,12 +578,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], @@ -594,6 +599,7 @@ 'no': [102], 'pl': [104], 'pt': [102], + 'ro': [102], 'sv': [106], 'tr': [100], 'vi': [102],