Bugs item #1805528, was opened at 2007-10-01 11:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1805528...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Marcin Cieslak (saperski) Assigned to: Nobody/Anonymous (nobody) Summary: wikisource_family.py: Add Polish translation
Initial Comment:
When accessing Polish wikisource (pl.wikisource.org) tools report that wikisource family is not up to date
WARNING: Outdated family file wikisource: namespace['pl'][2] is 'Wikipedysta', but should be 'Wikiskryba' WARNING: Outdated family file wikisource: namespace['pl'][3] is 'Dyskusja wikipedysty', but should be 'Dyskusja Wikiskryby'
Probably other translations should be added as well (because now "User"/"User talk" become defaults).
Index: families/wikisource_family.py =================================================================== --- families/wikisource_family.py (revision 4394) +++ families/wikisource_family.py (working copy) @@ -25,6 +25,16 @@ if lang not in self.langs: self.langs[lang] = lang+'.wikisource.org'
+ self.namespaces[2] = { + '_default': self.namespaces[2]['_default'], + 'pl': 'Wikiskryba', + } + + self.namespaces[3] = { + '_default': self.namespaces[2]['_default'], + 'pl': 'Dyskusja Wikiskryby', + } + self.namespaces[4] = { '_default': [u'Wikisource', self.namespaces[4]['_default']], 'ang': u'Wicifruma',
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1805528...