mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 10:39:00 +01:00
9 lines
191 B
TypeScript
9 lines
191 B
TypeScript
window.CKEDITOR_TRANSLATIONS = {
|
|
en: {
|
|
dictionary: {
|
|
"Insert template": "Insert text snippet",
|
|
"Search template": "Search text snippet"
|
|
}
|
|
}
|
|
};
|