Skip to content

Commit

Permalink
add label for formating options
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed Nov 1, 2023
1 parent 0708af7 commit cddea1a
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ export const getEditor3RichTextFormattingOptions = (): Dictionary<FORMATTING_OPT
'bold': gettext('bold'),
'table': gettext('table'),
'multi-line quote': gettext('multi-line quote'),
'formatting marks': gettext('formatting marks'),
'remove format': gettext('remove format'),
'remove all format': gettext('remove all format'),
'annotation': gettext('annotation'),
'comments': gettext('comments'),
'suggestions': gettext('suggestions'),
'tab': gettext('tab'),
'tab as spaces': gettext('tab as space'),
'undo': gettext('undo'),
'redo': gettext('redo'),
'uppercase': gettext('uppercase'),
'lowercase': gettext('lowercase'),
};
};

Expand Down

0 comments on commit cddea1a

Please sign in to comment.