websharks / wp-i18n-tools
WordPress i18n/translation tools.
Installs: 31 497
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 11
Open Issues: 2
This package is not auto-updated.
Last update: 2024-10-29 05:28:17 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.php
and preserving that with Git. - Updated to support PHP/translations embedded into
.js
files too. - Disabling line wrapping from final output to ensure better consistency.
- Adding support for plugin directories that use a
plugin.php
file instead of[slug].php
. - Adding
composer.json
and package on Packagist.org. - Auto-exclude
(?:.+?/)?vendor/.*
in themes/plugins. - Auto-exclude
(?:.+?/)?.~build/.*
in themes/plugins.