Skip to content

Releases: OzzyCzech/potrans

Add license file

31 Mar 13:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

09 Jan 10:51
Compare
Choose a tag to compare

Bug fixes with PO/MO outputs

Full Changelog: v0.0.4...v0.0.5

v0.0.4

09 Jan 10:31
Compare
Choose a tag to compare

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

v0.0.3

04 Jan 13:16
Compare
Choose a tag to compare
  1. Split core code into more classes to be more flexible.
  2. Use official DeepL PHP Library instead of CURL
  3. BC: all option was replace with force - same behavior

Full Changelog: v0.0.2...v0.0.3

Cache for all language combinations

09 Aug 09:53
Compare
Choose a tag to compare

This release fix #12 bug with cache

First release

03 Mar 13:14
Compare
Choose a tag to compare

Issue with join() was finally fixed