#!/bin/bash
MOZLANG="ca"
MOZCOMPDIR="/toni/mozillatrans/bin"
DIRS="browser toolkit dom extensions/reporter netwerk other-licenses/branding/thunderbird other-licenses/branding/firefox security/manager editor/ui mail"
for dir in $DIRS; do perl $MOZCOMPDIR/compare-locales.pl mozilla/$dir/locales/en-US l10n/$MOZLANG/$dir; done 
