#!/bin/sh

find -name "*.po" -exec msgattrib --no-obsolete -o {} {} \;

