@prsln/ckeditor5-custom-build
v1.2.4
Published
A custom CKEditor 5 build made by the CKEditor 5 online builder.
Downloads
8
Readme
CKEditor 5 editor generated with the online builder
Publish
- After applying changes, build with 'npm run build'.
- Update/add the following transaltions:
- farsi (in ckeditor.js): Replace
"Document colors":"رنگ اسناد"
with"Color picker": "انتخاب رنگ", "Document colors":"رنگهای استفادهشده"
- arabic (in ar.js): Replace
"Document colors":"ألوان المستند"
with"Color picker": "أداة انتقاء اللون", "Document colors": "الألوان المستخدمة"
- english (in en.js): Replace
"Document colors":"Document colors"
with"Document colors": "Used colors"
- turkish (in tr.js): Replace
"Document colors":"Belge Rengi"
with"Color picker": "Renk seçici","Document colors": "Kullanılan renkler"
- Delete extra languages
- Change the version in package.json
- Run 'npm publish'