Patches item #1904587, was opened at 2008-02-29 10:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603140&aid=1904587...
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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Purodha B Blissenbach (purodha) Assigned to: Nobody/Anonymous (nobody) Summary: Interwiki.py - better language fallbacks: dsb, hsb, stq
Initial Comment: svn diff wikipedia.py Index: wikipedia.py =================================================================== --- wikipedia.py (revision 5095) +++ wikipedia.py (working copy) @@ -5525,10 +5527,14 @@ return ['ar','tr'] if code=='sk': return ['cs'] - if code in ['bar','hsb','ksh']: + if code in ['bar','ksh','stq']: return ['de'] if code in ['als','lb']: return ['de','fr'] + if code=='dsb': + return ['hsb','de'] + if code=='hsb': + return ['dsb','de'] if code=='io': return ['eo'] if code in ['an','ast','ay','ca','gn','nah','qu']:
----
Adds Saterlandic Frisian (Seeltersk) Makes Upper/Lower Sorbian being fallbacks for each other before resorting to German.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603140&aid=1904587...
pywikipedia-l@lists.wikimedia.org