feat(ckeditor5): set up multi-language support

This commit is contained in:
Elian Doran
2025-11-16 14:24:07 +02:00
parent d014ae4fcf
commit a10d99f938
4 changed files with 101 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ export { PREMIUM_PLUGINS } from "./plugins.js";
export type { EditorConfig, MentionFeed, MentionFeedObjectItem, ModelNode, ModelPosition, ModelElement, WatchdogConfig, WatchdogState } from "ckeditor5";
export type { TemplateDefinition } from "ckeditor5-premium-features";
export { default as buildExtraCommands } from "./extra_slash_commands.js";
export { default as getCkLocale } from "./i18n.js";
// Import with sideffects to ensure that type augmentations are present.
import "@triliumnext/ckeditor5-math";