slab / quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://quilljs.com
BSD 3-Clause "New" or "Revised" License
42.3k stars 3.31k forks source link

Does the interface language change not support? #4233

Open icejd opened 1 month ago

icejd commented 1 month ago

I searched for a long time, but I didn't find how to change the language. In addition, the toolbar seems to have no title prompt, which is not very friendly

luin commented 1 month ago

You could provide a customized HTML to the toolbar module. Related doc

rock-eb commented 1 month ago

You can set title lile this: toolbar.querySelector('button.ql-bold')?.setAttribute('title', '粗体');

icejd commented 1 month ago

Thank you very much. I'm working on it