Use case:
'alt' is extracted from value in message.
if alt=='valueX':
do alt translation
else:
do default translation
In bots 2.0.2 it worked that way.
This was removed because of the risk of 'infinite loop' in translation
in case of misconfiguration.
To avoid these infinite loops bots now checks for this: if same alt-value
is return > 10 times an error is generated.
Sometime you explicitly want lot of loops in translation, eg when
splitting up a message to message-per-line.
In this (exceptional) case use:
return {'type': 'no_check_on_infinite_loop','alt':'altvalue'}
Original issue reported on code.google.com by hjebb...@gmail.com on 2 May 2013 at 4:46
Original issue reported on code.google.com by
hjebb...@gmail.com
on 2 May 2013 at 4:46