pylixm / django-mdeditor

Django-mdeditor is Markdown Editor plugin application for django base on Editor.md.
https://pypi.org/project/django-mdeditor/
GNU General Public License v3.0
481 stars 103 forks source link

How to change tooltip language? #118

Closed mpbunch closed 3 years ago

mpbunch commented 3 years ago

within settings.py I changed the mdeditor_configs = {...} 'language': 'en' # zh / en / es

But this has no impact on the tooltip language, or the timestamp text. Is there something else that needs to be changed?

pylixm commented 3 years ago

Can you elaborate on the tooltip language and the timestamp text of that place?

mpbunch commented 3 years ago
pylixm commented 3 years ago

This is my test case: image

I am using version 0.1.19. Your problem has not reproduced. It is recommended to check whether the static files related to your language have been loaded. Can you provide a reproducible example? Let me debug it.

pylixm commented 3 years ago

I haven't responded for a long time, you can reopen the issue if necessary.