Hi Merlijn, 

> Yes, this makes sense. Can TW output a formatted version? Anyway, I would
> suggest using the same dict-based format as the other translations, i.e.
> 
> {
> 'en': lambda n: 0 if (n == 0 or n > 1) else 1,
> 'mk': lambda n: 0 if (n==1 or n%10=1) else 1,
> }
> 
> etc, which would make it easy to use in python. But you probably already
> thought of that :-)

My idea was just put that dict into i18n.py. btw I found it also works without 
lambda.

Greetings
xqt

Arcor empfiehlt: Mal über die Karriere nachdenken! Wissenswertes und Nützliches 
finden Sie hierzu unter 
http://www.arcor.de/content/finanzen_job/job_karriere/bewerbung_karriere/ratgeber/

_______________________________________________
Pywikipedia-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l

Reply via email to