babel
babel copied to clipboard
`pybabel extract` not working with constant inner f-strings
Steps to Reproduce
# main.py
f"some string to {_('translate')}"
pybabel extract -o locales/messages.pot
(pybabel 2.14.0)
Actual Results
No strings extracted
Expected Results
extracted 'translate' string