Skip to content

DeepLClient.get_multilingual_glossary_entries method returns entries as TSV string instead of dict #156

@jones-liam-j

Description

@jones-liam-j

Both the readme and the type hinting suggest that the entries property of MultilingualGlossaryDictionaryEntries should return a dictionary, but instead they return a tab-separated string.

E.g. instead of:

{"red":"rojo", "blue": "azul", "green": "verde"}

the result is:

"red\trojo\nblue\t\azul\ngreen\tverde"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions