v1.5.0
Attention: The joinSentences
parameter has been removed from these methods: DeepLy::translate()
, DeepLy::requestTranslation()
and DeepLy::translateFile()
The handling of text that contains line breaks has changed: line breaks will be kept now.
Please check that everything works they way it should after you have updated to this version!
Changelog:
- Line breaks will be kept now
- Added
getLanguage()
method toSentencesBag
class - DeepLy now throws a proper exception if language auto-detection fails
- Added split text demo (
demos/demo_split.php
) - Enhanced README.md