ckeditor / vite-plugin-ckeditor5

Vite plugin for building CKEditor 5 from source
Other
14 stars 3 forks source link

Language support #19

Open Dagas16 opened 12 months ago

Dagas16 commented 12 months ago

Hello,

Any updates on when CKEditor with Vite will support additional languages?

Witoso commented 12 months ago

We are working on changes in our installation process and package distribution, and It should help with translations in Vite. Early next year should be is more or less the target date.

KajSzy commented 8 months ago

Is there any new info about language support? As Vite becomes more and more popular this might be more common blocker

Witoso commented 8 months ago

Check and follow the ckeditor/ckeditor5#15502, we are in progress (and quite advanced) in making CKEditor5 compatible with bare Vite and providing language support, most likely this plugin will be discontinued afterward.

filipsobol commented 4 months ago

We recently released a new version of CKEditor that introduced the new installation methods mentioned by @Witoso.

The new npm packages work out of the box with Vite and this plugin is no longer needed. It also gives you more control over how translations are handled, so this issue should be solved.

If you're interested, check out the migration guide.