Fixed english translation for placeholder plugin and use more modern translation system

This commit is contained in:
Jan Böhmer 2025-10-17 17:57:34 +02:00
parent 746aa53bc3
commit b035014867
3 changed files with 88 additions and 10 deletions

View file

@ -20,6 +20,7 @@
import {Plugin} from 'ckeditor5';
require('./lang/de.js');
require('./lang/en.js');
import { addListToDropdown, createDropdown } from 'ckeditor5';