shizhao@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', },
English?
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 cosoleto@gmail.com
shizhao@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', },
English?
-- Francesco Cosoleto
«Non abbiamo tanto bisogno dell'aiuto degli amici, quanto della certezza del loro aiuto». (Epicuro)
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
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 is another question for you some messages ago.
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 cosoleto@gmail.com
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 is another question for you some messages ago.
-- Francesco Cosoleto
«Nessuno, eccetto il teorico stesso, crede nelle sue teorie; tutti credono ai risultati di laboratorio, eccetto lo sperimentatore». (Albert Einstein)
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
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
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 cosoleto@gmail.com
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 gets us into truoble is not what we don't know. It's what we know for sure that just ain't so. (Mark Twain)
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
pywikipedia-l@lists.wikimedia.org