mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
bfc6b63102
Adds support to Tools/i18n/pygettext.py for gettext calls in f-strings. This process is done by parsing the f-strings, processing each value, and flagging the ones which contain a gettext call. Co-authored-by: Batuhan Taskaya <batuhanosmantaskaya@gmail.com>