- 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-closepath/locale/de.js
Normal file
11
src/editor/extensions/ext-closepath/locale/de.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
name: 'ClosePath',
|
||||
buttons: [
|
||||
{
|
||||
title: 'Pfad öffnen'
|
||||
},
|
||||
{
|
||||
title: 'Pfad schließen'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user