- Added text decoration options (underline, overline, line-through) (#469)
- Added german translations to extensions Co-authored-by: Timo Dittmann <timo.dittmann@kaufland.com>
This commit is contained in:
11
src/editor/extensions/ext-connector/locale/de.js
Normal file
11
src/editor/extensions/ext-connector/locale/de.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
name: 'Connector',
|
||||
langList: [
|
||||
{id: 'mode_connect', title: 'Zwei Objekte verbinden'}
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
title: 'Zwei Objekte verbinden'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user