quill icon indicating copy to clipboard operation
quill copied to clipboard

Does the interface language change not support?

Open icejd opened this issue 1 year ago • 3 comments

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

icejd avatar Jun 03 '24 06:06 icejd

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

luin avatar Jun 04 '24 04:06 luin

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

rock-eb avatar Jun 04 '24 07:06 rock-eb

Thank you very much. I'm working on it

icejd avatar Jun 04 '24 07:06 icejd