r345: Fixed a bug that prevented i18n from working.
[rox-filer/dt.git] / ROX-Filer / src / po / dist
blobcf9043cb6c9ceccbab317ed7462d275a18658b3b
1 #!/bin/sh
3 echo Making all .gmo files...
4 echo
6 for FILE in *.po; do
7 ./make-mo ${FILE%.po};
8 done