#! /bin/sh

for i in `find . -name "*.po"`; do msgmerge -q -o /dev/null $i $i ; done 
