Feature Request
Describe your use case and the problem you are facing
(Side note: The new update-po subcommand is awesome!)
Currently it will report that the PO files were updated, even they hadn't changed (because the POT file hadn't changed).
Describe the solution you'd like
update-po should either report updated files or files that didn't need an update/changing.
Some examples:
Success: Updated 0 files. 1 file unchanged.
Success: Updated 4 files. 2 files unchanged.
This also helps spotting the need for adding/updating translations without using something like a diff tool or inspecting the last modified date of the POT file(s).
Feature Request
Describe your use case and the problem you are facing
(Side note: The new
update-posubcommand is awesome!)Currently it will report that the PO files were updated, even they hadn't changed (because the POT file hadn't changed).
Describe the solution you'd like
update-poshould either report updated files or files that didn't need an update/changing.Some examples:
This also helps spotting the need for adding/updating translations without using something like a diff tool or inspecting the last modified date of the POT file(s).