Changing the `text-domain` also changes the filename of the `.pot` file, so the old file is left when a new one is created. This could probably be as simple as adding `languages/*.pot` to the `clean` task.
Changing the
text-domainalso changes the filename of the.potfile, so the old file is left when a new one is created.This could probably be as simple as adding
languages/*.potto thecleantask.