- mess with
create_js_files()
- update README
- use new
class MakePhpCommand
to create .i18n.php files
- need to add required third parameter to
make_json()
- use new
class MakeMoCommand
inwp-cli/i18n-command@v2.2.3
to create .mo files
- process .json files in the framework
- added WP-CLI loader as composer module, fork of polevaultweb/phpunit-wp-cli-runner
- cleanup temp directory afterwards
- fix processing of .json files, thanks @ahmader
- use gettext/gettext to parse translation headers for 'PO-Revision-Date'
- create the .mo files from the .po files with gettext/gettext
- put version info in composer.json
- add .json files to processing for
wp_set_script_translations
- moved action from constructor
- update README
- update composer.json
- renamed on GitHub
- changed namespace to
Fragen\Language_Pack_Maker
- minor linting improvements
- get updated date from .po file header
- use single
glob()
inlist_directory()
- use
glob()
inlist_directory()
- initial commit