summaryrefslogtreecommitdiff
path: root/resources/locale/compile-po.sh
blob: 6b201deb29db6ceaf241c2db00213954040b1929 (plain)
1
2
3
4
5
6
#!/bin/bash

for d in `ls -d */`
do
    msgfmt -c -v $d/LC_MESSAGES/*.po -o $d/LC_MESSAGES/gnomepie.mo
done