um-cseg/chez-betty

View on GitHub
chezbetty/locale/update_all_from_template.sh

Summary

Maintainability
Test Coverage
for dir in `find . -mindepth 1 -maxdepth 1 -type d`; do
    msgmerge --backup=none --update $dir/LC_MESSAGES/betty.po betty.pot
done