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

Please add flag to DO NOT remove/comment existing translations while updating or extracting #1086

Open maxktz opened 1 month ago

maxktz commented 1 month ago

when i use pybabel extract or pybabel update there is no way to not remove existing translations, unused translations that existed in .pot or .po are being removed or commented.

Please add flag to save them while using this commands.