Skip to content

Commit

Permalink
fix: add missing locale for horizontal rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jul 26, 2022
1 parent 7ea4e79 commit 40dd011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ngx-editor/src/lib/Locals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const defaults: Record<string, string> = {
align_justify: 'Justify',
text_color: 'Text Color',
background_color: 'Background Color',
horizontal_rule: 'Horizontal rule',
insertLink: 'Insert Link',
removeLink: 'Remove Link',
insertImage: 'Insert Image',
Expand Down

0 comments on commit 40dd011

Please sign in to comment.