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
485 stars 109 forks source link

Localization #79

Closed wmeints closed 4 years ago

wmeints commented 4 years ago

I've got the editor working in my project, but I'm sorely missing the localization to English. All the tooltips are in (I think) chinese. Is there any way I can provide my own localization?

nikolayqwerty commented 4 years ago

Add in your settings this code MDEDITOR_CONFIGS = { 'default': { 'language': 'en', } }