Closed wmeints closed 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?
Add in your settings this code MDEDITOR_CONFIGS = { 'default': { 'language': 'en', } }
MDEDITOR_CONFIGS = { 'default': { 'language': 'en', } }
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?