Skip to content

Commit

Permalink
extend i18n script
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 12, 2024
1 parent 8ff9919 commit 134a187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"lint": [
"vendor/bin/phpcs --standard=phpcs.xml -s ."
],
"i18n-pot": "vendor/bin/wp i18n make-pot . ./languages/wp-module-deactivation.pot",
"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",
"i18n-po": "vendor/bin/wp i18n update-po ./languages/wp-module-deactivation.pot ./languages",
"i18n-mo": "vendor/bin/wp i18n make-mo ./languages",
"i18n-json": "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print",
Expand Down

0 comments on commit 134a187

Please sign in to comment.