Revision: 4970 Author: rotem Date: 2008-02-04 12:26:49 +0000 (Mon, 04 Feb 2008)
Log Message: ----------- This may work.
Modified Paths: -------------- trunk/pywikipedia/lonelypages.py
Modified: trunk/pywikipedia/lonelypages.py =================================================================== --- trunk/pywikipedia/lonelypages.py 2008-02-04 12:23:59 UTC (rev 4969) +++ trunk/pywikipedia/lonelypages.py 2008-02-04 12:26:49 UTC (rev 4970) @@ -72,6 +72,7 @@ commento = { 'en':u'Bot: Orphan page, add template', 'it':u'Bot: Voce orfana, aggiungo template {{O}}', + 'zh':u'機器人: 本頁的鏈入頁面太少', }
# When you add a disambig to the list of disambig pages @@ -79,6 +80,7 @@ commenttodisambig = { 'en':u'Bot: Adding a disambig page', 'it':u'Bot: Aggiungo una disambigua', + 'zh':u'機器人: 增加消歧義頁面', }
# Use regex to prevent to put the same template twice!
pywikipedia-l@lists.wikimedia.org