Fixed: Not selecting a datalabel used to issue a notice(undefined offset)
[phpmyadmin/ammaryasirr.git] / scripts / pending-po
blobaec3a8a58eb7f5c57527ab3785f43c6af7ac9931
1 #!/bin/sh
2 # vim: expandtab sw=4 ts=4 sts=4:
4 LOCS=`ls po/*.po.pending | sed 's@.*/\(.*\)\.po\.pending@\1@'`
5 for loc in $LOCS ; do
6 ./scripts/pendingpo.py po/$loc.po po/$loc.po.pending
7 done