http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10937
Revision: 10937 Author: huji Date: 2013-01-16 15:37:12 +0000 (Wed, 16 Jan 2013) Log Message: ----------- Adding localize comma message (comma-separator), its description, and its fa translation
Modified Paths: -------------- branches/rewrite/scripts/i18n/pywikibot.py
Modified: branches/rewrite/scripts/i18n/pywikibot.py =================================================================== --- branches/rewrite/scripts/i18n/pywikibot.py 2013-01-16 15:12:32 UTC (rev 10936) +++ branches/rewrite/scripts/i18n/pywikibot.py 2013-01-16 15:37:12 UTC (rev 10937) @@ -8,6 +8,7 @@ '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 @@ -19,6 +20,7 @@ '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 @@ -190,6 +192,7 @@ '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