simplytranslate 1.2.0 simplytranslate: ^1.2.0 copied to clipboard
Free and unlimited Google translations and TTS. Fast and private.
Releases #
1.2.0 #
- added Lingva TTS
- fixed Lingva tr()
1.1.5 #
- added Lingva translate
- added speedTest() for execution time test of function
1.1.4 #
- fixed null error when no languages passed at tr()
1.1.3 #
- refactored tr() so it is faster and returns no errors which could be thrown with translate()
1.1.2 #
- frequencyTranslations now returns no word twice
1.1.1 #
- default instance is now random
- retry option added - when the server returns an error
- instance list can now be fetched from the website
- Instance "tl.vern.cc" got blacklisted as it is the only instance that throws an error when used (excessively).
1.1.0 #
- added classes for Definitions and Translations to simplify the response
- added different instances and functions for instances
- By default looping now through instances to lower server load
1.0.8 #
- using post method now to support the translation of longer texts
- added example for changing instance
1.0.7 #
- optics
1.0.5 #
- shorter Method added
1.0.4 #
- Fixed Readme error
- Code formatted
1.0.2 #
- Licence
0.0.1 #
- Initial release.
- Usage and example