Open cr0ybot opened 2 years ago
Changing the text-domain also changes the filename of the .pot file, so the old file is left when a new one is created.
text-domain
.pot
This could probably be as simple as adding languages/*.pot to the clean task.
languages/*.pot
clean
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 theclean
task.