e0e9080b3d49d0e839ec79c938c886ca9056e4f1
[supertux.git] / normalize-po-files.sh
1 #!/bin/sh
2 find -iname '*.po' -execdir msgmerge --backup=off --no-fuzzy-matching --no-wrap -U '{}' messages.pot \;