diff --git a/package-lock.json b/package-lock.json index 2410d54da..bc618ef66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,6 @@ "@wordpress/element": "^6.4.0", "@wordpress/env": "^10.5.0", "@wordpress/eslint-plugin": "^20.1.0", - "@wordpress/i18n": "^5.4.0", "@wordpress/notices": "^5.4.0", "@wordpress/plugins": "^7.4.0", "@wordpress/scripts": "^28.4.0", diff --git a/package.json b/package.json index 824b52dc6..17a256c28 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,6 @@ "@wordpress/element": "^6.4.0", "@wordpress/env": "^10.5.0", "@wordpress/eslint-plugin": "^20.1.0", - "@wordpress/i18n": "^5.4.0", "@wordpress/notices": "^5.4.0", "@wordpress/plugins": "^7.4.0", "@wordpress/scripts": "^28.4.0", @@ -69,9 +68,6 @@ "check-engines": "wp-scripts check-engines", "check-licenses": "wp-scripts check-licenses", "format": "wp-scripts format", - "i18n:pot": " wp i18n make-pot . --exclude=node_modules,vendor", - "i18n:json": "wp i18n make-json languages --no-purge", - "i18n:php": "wp i18n make-php languages", "lint:css": "wp-scripts lint-style", "lint:css:fix": "wp-scripts lint-style --fix", "lint:js": "wp-scripts lint-js",