@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
29 lines (28 loc) • 884 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.alignmentMessages = void 0;
var _reactIntlNext = require("react-intl-next");
var alignmentMessages = exports.alignmentMessages = (0, _reactIntlNext.defineMessages)({
alignment: {
id: 'fabric.editor.alignment',
defaultMessage: 'Text alignment',
description: 'Opens drop down menu of options to configure text alignment'
},
alignLeft: {
id: 'fabric.editor.alignLeft',
defaultMessage: 'Align left',
description: 'label stating that text is aligned left'
},
alignCenter: {
id: 'fabric.editor.alignCenter',
defaultMessage: 'Align center',
description: 'label stating that text is aligned center'
},
alignRight: {
id: 'fabric.editor.alignRight',
defaultMessage: 'Align right',
description: 'label stating that text is aligned right'
}
});