﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30109	F-String translations don't work	ZaArsProgger	nobody	"So, f-strings connot be translate.

Code:

{{{
        modal_important_info_list.append(
            dict(
                type='danger',
                title=_(f'The client {client_instance.title} has debts on:'), 
                content=', '.join([str(x) for x in content_list]),
            )
        )
}}}

{{{
#: models.py:1031
#, python-brace-format
msgid ""The client {client_instance.title} has debts on:""
msgstr ""У клиента {client_instance.title} есть задолженности по:""
}}}

As result, I see next:

{{{
The client НАЗВАНИЕ_КЛИЕНТА has debts on:
}}}
"	Bug	closed	Internationalization	2.1	Normal	duplicate	translations f-strings formated string		Unreviewed	0	0	0	0	0	0
