diff --git a/composer.json b/composer.json index 9f8abfc..3ba4e1a 100644 --- a/composer.json +++ b/composer.json @@ -72,7 +72,7 @@ "i18n-mo": "vendor/bin/wp i18n make-mo ./languages", "i18n-php": "vendor/bin/wp i18n make-php ./languages", "i18n-po": "vendor/bin/wp i18n update-po ./languages/wp-module-deactivation.pot ./languages", - "i18n-pot": "vendor/bin/wp i18n make-pot . ./languages/wp-module-deactivation.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-deactivation/issues\",\"POT-Creation-Date\":\"2024-12-12T07:59:34+00:00\"}' --exclude=tests,wordpress", + "i18n-pot": "vendor/bin/wp i18n make-pot . ./languages/wp-module-deactivation.pot --domain=wp-module-deactivation --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-deactivation/issues\",\"POT-Creation-Date\":\"2024-12-12T07:59:34+00:00\"}' --exclude=tests,wordpress", "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." ],