- 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:
9
src/editor/extensions/ext-eyedropper/locale/de.js
Normal file
9
src/editor/extensions/ext-eyedropper/locale/de.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
name: 'eyedropper',
|
||||
buttons: [
|
||||
{
|
||||
title: 'Pipetten Werkzeug',
|
||||
key: 'I'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user