python-babel / babel

The official repository for Babel, the Python Internationalization Library
http://babel.pocoo.org/
BSD 3-Clause "New" or "Revised" License
1.29k stars 432 forks source link

`pybabel extract` not working with constant inner f-strings #1060

Open l1onsun opened 5 months ago

l1onsun commented 5 months ago

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