Revision: 6945 Author: purodha Date: 2009-06-08 13:28:24 +0000 (Mon, 08 Jun 2009)
Log Message: ----------- few 'ksh' messages added, documentation upgraded.
Modified Paths: -------------- trunk/pywikipedia/fixes.py
Modified: trunk/pywikipedia/fixes.py =================================================================== --- trunk/pywikipedia/fixes.py 2009-06-07 20:35:08 UTC (rev 6944) +++ trunk/pywikipedia/fixes.py 2009-06-08 13:28:24 UTC (rev 6945) @@ -13,6 +13,12 @@ run this in automatic mode. * case-de - fix upper/lower case errors in German * grammar-de - fix grammar and typography in German + * vonbis - Ersetze Binde-/Gedankenstrich durch "bis" in German + * music - Links auf Begriffsklärungen in German + * datum - specific date formats in German + * correct-ar - Corrections for Arabic Wikipedia and any Arabic wiki. + * yu-tld - the yu top-level domain will soon be disabled, see + http://lists.wikimedia.org/pipermail/wikibots-l/2009-February/000290.html """
fixes = { @@ -29,6 +35,7 @@ 'fr':u'Robot: convertit/fixe HTML', 'he':u'בוט: ממיר/מתקן HTML', 'ja':u'ロボットによる: HTML転換', + 'ksh':u'Bot: vun HTML en Wikikood wandelle', 'ia':u'Robot: conversion/reparation de HTML', 'lt':u'robotas: konvertuojamas/taisomas HTML', 'nl':u'Bot: conversie/reparatie HTML', @@ -565,6 +572,7 @@ 'de': u'Bot: Ersetze Links auf .yu-Domains', 'en': u'Robot: Replacing links to .yu domains', 'fr': u'Robot: Correction des liens pointant vers le domaine .yu, qui expire en 2009', + 'ksh': u'Bot: de ahle .yu-Domains loufe us, dröm ußjetuusch', }, 'replacements': [ (u'www.budva.cg.yu', u'www.budva.rs'),
pywikipedia-svn@lists.wikimedia.org