Releases: OzzyCzech/potrans
Releases · OzzyCzech/potrans
v0.0.9
Add license file
What's Changed
- Create LICENSE by @AndreiMiculita in #17
- Update packages
New Contributors
- @AndreiMiculita made their first contribution in #17
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Bug fixes with PO/MO outputs
Full Changelog: v0.0.4...v0.0.5
v0.0.4
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
- Split core code into more classes to be more flexible.
- Use official DeepL PHP Library instead of CURL
- BC:
all
option was replace withforce
- same behavior
Full Changelog: v0.0.2...v0.0.3
Cache for all language combinations
This release fix #12 bug with cache
First release
Issue with join()
was finally fixed