v1.7.0
·
118 commits
to main
since this release
Added
-
New languages available: Indonesian (
'id'
) and Turkish ('tr'
). Add language code constants and tests.Note: older library versions also support the new languages, this update only adds new code constants.
-
Add
limit_reached
andany_limit_reached
properties toUsage
object
returned byget_usage()
. -
Add
Translator.translate_document_wait_until_done()
to poll translation
status until translation is complete or fails. -
Add
auth_key_is_free_account()
utility function.
Changed
- Improve readme usage examples.
Deprecated
- Deprecate
limit_exceeded
andany_limit_exceeded
properties ofUsage
object returned byget_usage()
, uselimit_reached
andany_limit_reached
instead.