diff --git a/composer.json b/composer.json index 9391308e..f2c9dce7 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,13 @@ "updatePoMo": [ "wp i18n update-po wp-content/themes/humanity-theme/languages/amnesty.pot", "wp i18n make-mo wp-content/themes/humanity-theme/languages", - "wp i18n make-json wp-content/themes/humanity-theme/languages --no-purge" + "wp i18n make-json wp-content/themes/humanity-theme/languages --no-purge", + "wp i18n make-php wp-content/themes/humanity-theme/languages" ] }, "scripts-descriptions": { "lint": "Runs PHP coding standard checks", "makePot": "Re-generates the POT language file", - "UpdatePoMo": "Updates PO, MO, and JSON translation files" + "UpdatePoMo": "Updates PO, MO, JSON, and PHP translation files" } }