normalize-po-files.sh 114 B

123
  1. #!/bin/sh
  2. find -iname '*.po' -execdir msgmerge --backup=off --no-fuzzy-matching --no-wrap -U '{}' messages.pot \;