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

Allow last_translator to be passed as an option to extract_message #1044

Closed koldakov closed 7 months ago

koldakov commented 7 months ago

Commit allows to pass last translator to the CLI.

For example, pybabel extract --last-translator=test@test.test

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5dff607) 91.34% compared to head (2126403) 91.34%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1044 +/- ## ======================================= Coverage 91.34% 91.34% ======================================= Files 26 26 Lines 4415 4416 +1 ======================================= + Hits 4033 4034 +1 Misses 382 382 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.