<div dir="ltr">right now for using <a href="http://self.tr">self.tr</a>() with python string formatting, i do the following thing:<br><br>unicode(<a href="http://self.tr">self.tr</a>("%d out of %d completed")) % (i, n)<br>

<br>is there a way to somehow combine the unicode & <a href="http://self.tr">self.tr</a>, or make them look shorter?<br>because calling unicode(<a href="http://self.tr">self.tr</a>()) on every shown string makes a lot of code noise<br>

<br>Thanks.<br></div>