DeepL support #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://github.com/DeepLcom/deepl-python
https://www.deepl.com/en/docs-api/
DeepL Configuration
API KeyDeepL AI class
translate_text()andtranslate_document()source_langdest_langglossaries: list of glossaries to use for translationDeepL Glossary
GlossaryName(free to choose)ID(automatic, created / modified on upload)source_langtarget_langentriesto_file()from_file()print()tsv(tab-separated values, see https://www.deepl.com/de/docs-api/glossaries/formats).gloDeepL Commands and options
translation--create,--ask,--repeatquestioncommand (share code where possible!)--text(string)--documents(tuple of input and output documents)--source-lang(string)--target-lang(string)--glossaries(list of glossaries to use for translation)glossarycreate: create new glossary from.glofileupdate/upload: update existing remote glossary from.glofileget/download: download existing remote glossary and dump into new.glofileprint: print existing glossary from.glofileOpen questions