websharks / wp-i18n-tools
WordPress i18n/translation tools.
Installs: 34 575
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 11
Open Issues: 2
pkg:composer/websharks/wp-i18n-tools
This package is not auto-updated.
Last update: 2025-10-28 10:27:10 UTC
README
Modified slightly by WebSharks, Inc.
Differences from original:
- Adding shebang line to the top of
makepot.php. - Now distributing a packaged PHAR binary w/ each release.
- Setting executable bit on
makepot.phpand preserving that with Git. - Updated to support PHP/translations embedded into
.jsfiles too. - Disabling line wrapping from final output to ensure better consistency.
- Adding support for plugin directories that use a
plugin.phpfile instead of[slug].php. - Adding
composer.jsonand package on Packagist.org. - Auto-exclude
(?:.+?/)?vendor/.*in themes/plugins. - Auto-exclude
(?:.+?/)?.~build/.*in themes/plugins.