Skip to content

v0.0.4

Compare
Choose a tag to compare
@OzzyCzech OzzyCzech released this 09 Jan 10:31
· 10 commits to master since this release

Add optional parameter --translator for more flexibility

./bin/potrans deepl ./tests/example-cs_CZ.po ~/Downloads \
    --translator=path/to/my/CustomTranslator.php \
    --apikey=123456

potrans expect that CustomTranslator.php will return a new instance of Translator interface.

Full Changelog: v0.0.3...v0.0.4