Added 1-pixel transparent border around glyphs to avoid GL blending artifacts when...
[supertux.git] / tools / normalize-po-files.sh
1 #!/bin/sh
2 find -iname '*.po' -execdir msgmerge --backup=off --no-fuzzy-matching --no-wrap -U '{}' messages.pot \;