chiark / gitweb /
drop etch
[bin.git] / rosetta-merge-all
1 #! /bin/sh
2 if [ "$1" = --apply ]; then
3         shift
4         for x in *.po; do rosetta-merge --apply $1 ${x%.*}; done
5 else
6         for x in *.po; do rosetta-merge $1 ${x%.*} | view -; done
7 fi