It seems that image.pot in CVS needs to be regenerated. How is that usually done – or rather: who usually does it and when?

Comments

anarcat’s picture

Version: 4.7.x-1.x-dev » 6.x-1.x-dev
Assigned: Unassigned » anarcat
Status: Active » Fixed

I committed a fresh new image.pot in sync with the CVS in revision 1.5.

I generated it with the following commands:

php ../../drupal-pot/extractor.php
msgcat -F --use-first general.pot [^g]*.pot -o po/image.pot
cd po/
msgcomm image.pot ../../../drupal-pot/*.pot > common.pot
msgcomm -u image.pot common.pot > new
mv new image.pot

Anonymous’s picture

Status: Fixed » Closed (fixed)