- 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:
22
src/editor/extensions/ext-star/locale/de.js
Normal file
22
src/editor/extensions/ext-star/locale/de.js
Normal file
@@ -0,0 +1,22 @@
|
||||
export default {
|
||||
name: 'star',
|
||||
buttons: [
|
||||
{
|
||||
title: 'Stern Werkzeug'
|
||||
}
|
||||
],
|
||||
contextTools: [
|
||||
{
|
||||
title: 'Anzahl der Ecken',
|
||||
label: 'Ecken'
|
||||
},
|
||||
{
|
||||
title: 'Schärfe',
|
||||
label: 'Schärfe'
|
||||
},
|
||||
{
|
||||
title: 'Dreht den Stern',
|
||||
label: 'Radialverschiebung'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user