From kde-i18n-doc Sat Apr 21 20:22:55 2007 From: Nicolas Goutte Date: Sat, 21 Apr 2007 20:22:55 +0000 To: kde-i18n-doc Subject: l10n-kde4/scripts Message-Id: <1177186975.254030.26440.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=117718699807485 SVN commit 656605 by goutte: Revert revision 656579 (as my decision was made on wrong information) CCMAIL:kde-i18n-doc@kde.org M +1 -2 check_po_files --- trunk/l10n-kde4/scripts/check_po_files #656604:656605 @@ -21,8 +21,7 @@ done # Check all PO files with Gettext's msgfmt - ### TODO: on long-term should be keep --check or revrt to the header checks only with --check-header ? - find $lang -name \*.po | xargs -r -n1 msgfmt --check -o /dev/null + find $lang -name \*.po | xargs -r -n1 msgfmt --check-header -o /dev/null # Find POT files (which should not be there) pot=`find $lang -name \*.pot`