http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10949
Revision: 10949 Author: huji Date: 2013-01-17 17:24:44 +0000 (Thu, 17 Jan 2013) Log Message: ----------- Per xqt's comment on 10937, it is possible to use MW's translation
Modified Paths: -------------- branches/rewrite/scripts/i18n/pywikibot.py
Modified: branches/rewrite/scripts/i18n/pywikibot.py =================================================================== --- branches/rewrite/scripts/i18n/pywikibot.py 2013-01-17 08:22:05 UTC (rev 10948) +++ branches/rewrite/scripts/i18n/pywikibot.py 2013-01-17 17:24:44 UTC (rev 10949) @@ -8,7 +8,6 @@ 'pywikibot-enter-new-text': u'Please enter the new text:', 'pywikibot-enter-page-processing': u'Which page should be processed?', 'pywikibot-enter-xml-filename': u'Please enter the XML dump's filename:', - 'comma-separator': ', ', }, # Author: Als-Holder # Author: TTMTT @@ -20,7 +19,6 @@ 'pywikibot-enter-new-text': u'Message displayed to the bot owner to enter the new text.', 'pywikibot-enter-category-name': u'Message displayed to the bot owner to enter the category name.', 'pywikibot-enter-finished-browser': u'Message displayed to the bot owner to press Enter button when browser edits are finished.', - 'comma-separator': 'Localized comma character with a trailing space', }, # Author: TTMTT # Author: Zanatos @@ -192,7 +190,6 @@ 'pywikibot-enter-new-text': u'لطفاً متن جدید را وارد کنید:', 'pywikibot-enter-category-name': u'لطفاً نام رده را وارد کنید:', 'pywikibot-enter-finished-browser': u'هنگامی که در مرورگر پایان یافت دکمهٔ اینتر را بفشارید.', - 'comma-separator': '، ', }, # Author: Nedergard # Author: VezonThunder
pywikipedia-svn@lists.wikimedia.org