Gettext .po files under version control
A simple fix would be to apply a grep filter to remove comment metadata from the viewed diff. You can either do this to the output of the version control diff utility: myVersionControl diff REV1 REV2 filea | grep -v ‘^..#’ or you may be able to instruct the version control diff utility to ignore … Read more