It seems that image.pot in CVS needs to be regenerated. How is that usually done – or rather: who usually does it and when?
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
Comments
Comment #1
anarcat commentedI 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
Comment #2
(not verified) commented