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
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.
Both the readme and the type hinting suggest that the
entriesproperty ofMultilingualGlossaryDictionaryEntriesshould 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"