Store "one-way" worldmap attribute, because AnMaster said, that it's meaningfull
[supertux.git] / tools / normalize-po-files.sh
1 #!/bin/sh
2 find -iname '*.po' | xargs -I xx msgmerge --backup=off --no-fuzzy-matching --no-wrap -U xx messages.pot
3