[translations] Packaging or po checker script?
Konstantin Käfer
kkaefer at gmail.com
Wed May 7 22:19:57 UTC 2008
Hi,
you can also run the following command if you're on Linux/Mac OS X/
Cygwin:
for i in *.po; do echo -n "$i: " ; msgfmt --statistics $i ; done
That will display any errors with files as well as statistics for all
po files in the current directory.
Konstantin
On 07.05.2008, at 22:57, Jim Li wrote:
> It has happened quite a few times to me that after committing new po
> files, the next morning only to find it fails drupal.org packaging
> script. The error could simply be a typo in header, or mismatching
> line breaks. PoEdit doesn't seem to be able to catch the latter. The
> fact I had to file a support request to have release node removed
> before I could cvs untag it, makes it more frustrating.
>
> So I am wondering if the drupal.org packaging script available for
> download, or is there a similar checker script I can run before
> committing to CVS?
> _______________________________________________
> translations mailing list
> translations at drupal.org
> http://lists.drupal.org/mailman/listinfo/translations
More information about the translations
mailing list