You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was signed with the committer’s verified signature.
Added
Add contribution guidelines -- currently we are unable to accept Pull Requests.
Add --glossary-id argument for CLI document command.
Changed
Improve README.
Raise DocumentNotReadyException when attempting to download a document before it has been translated. Previously the
base class DeepLException was thrown.
Fixed
Add optional filename argument to translate_document_upload() to fix uploading file content as string or bytes.