Learn more about cloning repositories
You have read-only access
#!/bin/bash
while read pofile; do
msgfmt --use-fuzzy -c -o ${pofile%po}mo $pofile || exit $?
done < <(find $(dirname $0) -type f -name '*.po')
Everything looks good. We'll let you know here if there's anything you should know about.