websharks / wp-i18n-tools
WordPress i18n/translation tools.
160908
2016-09-08 17:23 UTC
This package is not auto-updated.
Last update: 2026-03-03 12:04:06 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.