websharks/wp-i18n-tools

WordPress i18n/translation tools.

160908 2016-09-08 17:23 UTC

This package is not auto-updated.

Last update: 2024-04-16 02:21:07 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.