-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
The JSON encoder used to send responses (plotly.utils.PlotlyJSONEncoder) does not currently permit the use of lazy string evaluation in Django, such as for translation of messages, as described in #404
The code in dash_wrapper.py needs to use something derived from this encoder that also can leverage the Django lazy text methods.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request