0bbbd634 H |
1 | # |
| 2 | # Update contents of PO file with new source strings from template. |
| 3 | # Ensure that the versions in the header are properly maintained. |
| 4 | |
| 5 | for i in *.po; do |
| 6 | msgmerge -U ${i} ../drupal-pot/${i}t |
| 7 | php update.php ${i} ../drupal-pot/${i}t $1 |
| 8 | done |