Does the new and recommended way to format strings available in Python 2.7 using format result in a non translated string in Django?
format
The strings are in the
The following should work:
_('Foo %(x)s') % {'x': "bar"}
s is the string, d is the intiger.
s
d