import { defineMessages } from 'react-intl'; export const alignmentMessages = defineMessages({ alignLeft: { id: 'fabric.editor.alignLeft', defaultMessage: 'Align left', description: 'Action to align/justify text to the left', }, alignCenter: { id: 'fabric.editor.alignCenter', defaultMessage: 'Align center', description: 'Action to align/justify text to the center/middle', }, alignRight: { id: 'fabric.editor.alignRight', defaultMessage: 'Align right', description: 'Action to align/justify text to the right', }, });