theLee3 / flutter_auto_translator

A command-line tool to translate ARB files.
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

Removing string from the app_en.arb file does not remove it from translations #6

Closed orkun1675 closed 8 months ago

orkun1675 commented 8 months ago

Low priority ask.

It makes it difficult to remove unused strings as they need to be deleted in N files.

I understand not all users might want this feature as they might not want to loose data. But almost all projects are (should be) source controlled, anyway?

theLee3 commented 8 months ago

Done. Available in 2.2.0. Strings removed from template are subsequently removed from translated files.