On 03/25/2009 05:36 PM, Davide Alberani wrote:
> On Mar 25, "H. Turgut Uyar" <u...@itu.edu.tr> wrote:
>> Maybe we should set the dependency info in the setup.py file so
>> that a release with version greater than 2.1 will be selected.
> 
> For sure it won't hurt. :-)
> 

Greater than 2.1 might be overkill but I'm a bit lazy to find out which
exact version of lxml satisfies all the features we use :-)

> PS: in a matter of days, I hope to add "top 250/bottom 100" links
> to imdbpykit.

Great.

> Whata about i18n?  I see a file for English and one for Turkish;
> I can add Italian.

English and Turkish are also nearly empty. The problem is that we have
to generate a list of XML tags and that can be quite laborious. gettext
utils can not help us either because the tags are generated in the code,
so we can't mark them anywhere like _(..) for a utility to collect.

> Is there an easy way to translate the XML
> generated by the XSL file?
> 

It should be easy, an XML book I have says to put an entry for every
language as in:

<title>IMDbPY gateway</title>
<title xml:lang="tr">IMDbPY ag gecidi</title>

And the browser should select the correct one.

-- 
Turgut


------------------------------------------------------------------------------
_______________________________________________
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to