http://www.mediawiki.org/wiki/Special:Code/pywikipedia/9248
Revision: 9248 Author: xqt Date: 2011-05-15 17:10:47 +0000 (Sun, 15 May 2011) Log Message: ----------- enable 2nd variable for en-language
Modified Paths: -------------- branches/rewrite/scripts/i18n/category.py
Modified: branches/rewrite/scripts/i18n/category.py =================================================================== --- branches/rewrite/scripts/i18n/category.py 2011-05-15 17:07:02 UTC (rev 9247) +++ branches/rewrite/scripts/i18n/category.py 2011-05-15 17:10:47 UTC (rev 9248) @@ -264,7 +264,7 @@ 'en': { 'category-adding': u'Robot: Adding category [[:Category:%(newcat)s|%(newcat)s]]', 'category-also-in': u'(also in %(alsocat)s)', - 'category-changing': u'Robot: Changing %(oldcat)s', + 'category-changing': u'Robot: Changing %(oldcat)s to %(newcat)s', 'category-listifying': u'Bot: Listifying from %(fromcat)s (%(num)d entries)', 'category-removing': u'Bot: Removing from %(oldcat)s', 'category-replacing': u'Robot: Replacing category %(oldcat)s with %(newcat)s', @@ -1192,4 +1192,4 @@ 'zh-yue': { 'category-adding': u'機械人: 加 [[Category:%(newcat)s]]', }, -} \ No newline at end of file +}