http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10182
Revision: 10182 Author: xqt Date: 2012-05-05 09:42:01 +0000 (Sat, 05 May 2012) Log Message: ----------- update language_by_size, update from trunk r10180
Modified Paths: -------------- branches/rewrite/pywikibot/families/wikiquote_family.py branches/rewrite/pywikibot/families/wikisource_family.py branches/rewrite/pywikibot/families/wiktionary_family.py
Modified: branches/rewrite/pywikibot/families/wikiquote_family.py =================================================================== --- branches/rewrite/pywikibot/families/wikiquote_family.py 2012-05-05 09:39:02 UTC (rev 10181) +++ branches/rewrite/pywikibot/families/wikiquote_family.py 2012-05-05 09:42:01 UTC (rev 10182) @@ -13,7 +13,7 @@ self.languages_by_size = [ 'en', 'pl', 'it', 'fr', 'ru', 'de', 'pt', 'es', 'sk', 'bg', 'cs', 'bs', 'tr', 'sl', 'he', 'eo', 'lt', 'el', 'id', 'uk', 'zh', 'nl', - 'fa', 'hu', 'fi', 'sv', 'no', 'li', 'nn', 'ja', 'az', 'hy', 'ca', + 'fa', 'hu', 'fi', 'sv', 'li', 'no', 'nn', 'ja', 'az', 'hy', 'ca', 'et', 'ar', 'hr', 'cy', 'ko', 'ka', 'ml', 'gl', 'sr', 'ro', 'ku', 'te', 'th', 'is', 'eu', 'da', 'af', 'sq', 'vi', 'ta', 'hi', 'la', 'br', 'be', 'mr', 'uz', 'ur', 'zh-min-nan', 'gu', 'su', 'lb', 'kn',
Modified: branches/rewrite/pywikibot/families/wikisource_family.py =================================================================== --- branches/rewrite/pywikibot/families/wikisource_family.py 2012-05-05 09:39:02 UTC (rev 10181) +++ branches/rewrite/pywikibot/families/wikisource_family.py 2012-05-05 09:42:01 UTC (rev 10182) @@ -15,7 +15,7 @@ 'ar', 'hu', 'sv', 'cs', 'th', 'ko', 'ro', 'hr', 'te', 'fi', 'vi', 'sl', 'el', 'sa', 'ca', 'nl', 'bn', 'tr', 'uk', 'sr', 'ja', 'ml', 'br', 'la', 'mk', 'hy', 'az', 'li', 'yi', 'vec', 'ta', 'is', 'no', - 'bs', 'id', 'eo', 'da', 'et', 'bg', 'sah', 'be', 'lt', 'gl', 'kn', + 'bs', 'eo', 'id', 'da', 'et', 'bg', 'sah', 'be', 'lt', 'gl', 'kn', 'mr', 'cy', 'sk', 'gu', 'fo', 'zh-min-nan', ]
Modified: branches/rewrite/pywikibot/families/wiktionary_family.py =================================================================== --- branches/rewrite/pywikibot/families/wiktionary_family.py 2012-05-05 09:39:02 UTC (rev 10181) +++ branches/rewrite/pywikibot/families/wiktionary_family.py 2012-05-05 09:42:01 UTC (rev 10182) @@ -16,10 +16,10 @@ 'my', 'id', 'hi', 'ml', 'li', 'et', 'fa', 'ja', 'es', 'lo', 'ku', 'te', 'ar', 'ro', 'cs', 'gl', 'ca', 'uk', 'eu', 'bg', 'eo', 'vo', 'oc', 'br', 'is', 'hr', 'th', 'simple', 'scn', 'sr', 'af', 'fy', - 'sw', 'ur', 'tl', 'cy', 'he', 'ast', 'fj', 'la', 'sq', 'wa', 'da', - 'hy', 'sl', 'tt', 'zh-min-nan', 'az', 'ka', 'lv', 'lb', 'ne', 'tk', - 'nn', 'ps', 'hsb', 'kk', 'ky', 'nah', 'bs', 'wo', 'km', 'be', 'mk', - 'ang', 'ga', 'co', 'pnb', 'mr', 'gn', 'ia', 'sk', 'csb', 'ms', 'st', + 'sw', 'cy', 'ur', 'tl', 'he', 'ast', 'fj', 'la', 'sq', 'wa', 'da', + 'hy', 'sl', 'tt', 'zh-min-nan', 'az', 'ka', 'lv', 'lb', 'ne', 'nn', + 'tk', 'ps', 'hsb', 'kk', 'ky', 'bs', 'nah', 'wo', 'km', 'mk', 'be', + 'ang', 'ga', 'co', 'pnb', 'mr', 'ia', 'gn', 'sk', 'csb', 'ms', 'st', 'nds', 'sd', 'kl', 'sh', 'si', 'tg', 'ug', 'ti', 'zu', 'bn', 'an', 'gu', 'ss', 'qu', 'chr', 'am', 'ts', 'fo', 'rw', 'kw', 'gv', 'om', 'iu', 'su', 'roa-rup', 'sa', 'mn', 'so', 'yi', 'ie', 'pa', 'za',
pywikipedia-svn@lists.wikimedia.org