Closed svartkanin closed 1 week ago
Inside an f-string there's no need to use f'str(_('test'))' but can simply be f'{_('test')}'
f'str(_('test'))'
f'{_('test')}'
Inside an f-string there's no need to use
f'str(_('test'))'
but can simply bef'{_('test')}'