ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
8.27k stars 3.59k forks source link

Addressing Localization Challenges: Enhancing CKEditor with Region-Specific Icons for Swedish Users #16248

Closed Neelakanth-S closed 3 weeks ago

Neelakanth-S commented 3 weeks ago

📝 Provide detailed reproduction steps (if any)

1.Opening the editor in sweden region.

What is the expected result of the above steps? The icons for sweden locale are B(Bold), I(italic) and S(with strike through) but we expect F (fet stil) instead of B, K (kursiv) instead of I and ab (with strike through) (genomstruken) instead of S(with strike through) for the sweden region.

❌ Actual result

The icons for sweden locale are B(Bold), I(italic) and S(with strike through)

❓ Possible solution

we expect F (fet stil) instead of B, K (kursiv) instead of I and ab (with strike through) (genomstruken) instead of S(with strike through) for the sweden region. If you have ideas, you can list them here. Otherwise, you can delete this section.

📃 Other details


If you'd like to see this fixed sooner, add a 👍 reaction to this post.

Neelakanth-S commented 3 weeks ago

We are using ckeditor-dev version 4.8.0

Reinmar commented 3 weeks ago

Do you mean CKEditor 4? This is CKEditor 5's issue tracker. They are separate projects.

CKEditor 4 is tracked in https://github.com/ckeditor/ckeditor4 but it's actually past its end of life. There's a commercial LTS version available, though. 

You can learn more here: https://ckeditor.com/ckeditor-4-support/

Neelakanth-S commented 3 weeks ago

@Reinmar Does CKEditor 5 support changing the toolbar icons for Bold (B), Italic (I), and Underline (U) to Swedish language? Additionally, are there any specific reasons why these icons might not translate well into Swedish environment ?