Skip to content

v1.5.0

Compare
Choose a tag to compare
@chriskonnertz chriskonnertz released this 01 Nov 13:27
f61350b

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 to SentencesBag class
  • DeepLy now throws a proper exception if language auto-detection fails
  • Added split text demo (demos/demo_split.php)
  • Enhanced README.md