A problem with Django translation

A django gettext with python brace format, this is correct :

gettext('Welcome to {0} store!').format(store_name),

and this is wrong:

gettext('Welcome to {0} store!'.format(store_name))

For example, "name@something.com". If someone replies to you it will be via email.
For example, "http://someaddress.com"