Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 695 Bytes

File metadata and controls

27 lines (17 loc) · 695 Bytes

Internationalization editor

CKEditor offers a fully translated UI in over 40 languages, including Asian and RTL languages.

Set up the editor UI in your preferred language.

See this demo live at ckeditor.com or read more about this feature in the CKEditor 5 documentation.

Installation steps

  1. Clone this repository:
git clone [email protected]:ckeditor/ckeditor5-demos.git
  1. Change the directory and install the dependencies:
cd ckeditor5-demos/internationalization && yarn
  1. Start the demo:
yarn dev