1👍
✅
You might want to try it like that:
url(r'^%s/(.*)/$' % _('users'), app.users.user_profile, name='user_profile'),
And if you use tranlsations, do not forget to adapt these as well.
Source:stackexchange.com