thx . have fix :)
Chinese wikipedia: http://zh.wikipedia.org/
My blog: http://shizhao.org
twitter: https://twitter.com/shizhao
[[zh:User:Shizhao]]
2009/4/18 Francesco Cosoleto
> shi zhao ha scritto:
> > thx. But how write if more alias? "Category" Chinese alias is "分类"
> > and "分類".
>
> Yes,
shi zhao ha scritto:
> thx. But how write if more alias? "Category" Chinese alias is "分类"
> and "分類".
Yes, yuo can do it:
'zh': [u'category name', u'alias2', u'alias3'],
Please, see here also:
http://article.gmane.org/gmane.comp.python.pywikipediabot.general/10306
--
Francesco Cosoleto
What
thx. But how write if more alias? "Category" Chinese alias is "分类" and
"分類".
Chinese wikipedia: http://zh.wikipedia.org/
My blog: http://shizhao.org
twitter: https://twitter.com/shizhao
[[zh:User:Shizhao]]
2009/4/18 Francesco Cosoleto
> shi zhao ha scritto:
> > yes. 分类 an alias on zh wp
>
shi zhao ha scritto:
> yes. 分类 an alias on zh wp
If the Chinese translation is correct you can write it as alias too:
'zh': [u'category name', u'alias'],
Anyway, if I am not wrong "Category" (_default) works always, then it
may be omitted. But maybe I am wrong, as you have commit that.
There i
Nicolas Dumazet ha scritto:
> === pywikipedia-l [3] ===
> Human discussion on pywikipedia topic.
> This includes support, follow-ups to announcements, follow-ups to svn
> commits, and developer discussions.
> Moderate traffic, usually no more than a couple of mails a week in average.
Thanks for ma
yes. 分类 an alias on zh wp
Chinese wikipedia: http://zh.wikipedia.org/
My blog: http://shizhao.org
twitter: https://twitter.com/shizhao
[[zh:User:Shizhao]]
2009/4/18 Francesco Cosoleto
> shiz...@svn.wikimedia.org ha scritto:
> > Revision: 6621
> > Author: shizhao
> [...]
> > Log Message:
> >
cosol...@svn.wikimedia.org ha scritto:
> Log Message:
> ---
> Simplified Page.aslink(). 7% faster with forceInterwiki = True and Python
> 2.5.2
7.5%. So much mistakes... It would nice to get the SVN
pre-revprop-change hook enabled.
--
Francesco Cosoleto
Anyone can make mistakes, but o
shiz...@svn.wikimedia.org ha scritto:
> Revision: 6621
> Author: shizhao
[...]
> Log Message:
> ---
> fix chinese category
>
> Modified Paths:
> --
> trunk/pywikipedia/family.py
[...]
> -'zh': u'分类',
> +'zh': u'Category',
> },