You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to remove some un-needed metadata from the .po file that just makes diffs longer and conflicts more likely when various branches touch a .po file.
The pre-commit config I tried in order to remove the POT-Creation-Date metadata. (I'm also happy to leave it in and just set it to a blank or fixed date).
Currently is not possible because I've not found a way to make it consistent as an empty string for --value could mean an empty string rather than the metadata field being removed.
I would like to remove some un-needed metadata from the .po file that just makes diffs longer and conflicts more likely when various branches touch a .po file.
The pre-commit config I tried in order to remove the
POT-Creation-Date
metadata. (I'm also happy to leave it in and just set it to a blank or fixed date).But I get the following error
I've had a play around and can't identify the issue. Is this something I should be able to do with this hook?
The text was updated successfully, but these errors were encountered: