Hi,
I'm currently working on porting welcome.py to the rewrite branch, and I have a little question regarding the translate() function, which is quite heavily used by lots of scripts :
In 'trunk', this function has some sort of hackish/dirty/magical way to determine if the dict passed to it is of the form {'family':'lang':'translation'} or simply {'lang':'translation'}, a feature(?) that is missing in the rewrite implementation.
So, the question is, is this something that has been intentionally dropped and should be managed by the bot itself, or does it fit in the not_yet_implemented basket ?
Thanks, stanlekub.