UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

24 lines (23 loc) 704 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.messages = void 0; var _reactIntlNext = require("react-intl-next"); var messages = exports.messages = (0, _reactIntlNext.defineMessages)({ toolbarLabel: { id: 'fabric.editor.toolbarLabel', defaultMessage: 'Editor', description: 'Label for the ARIA region landmark' }, pageActionsLabel: { id: 'fabric.editor.pageActionsLabel', defaultMessage: 'Page actions', description: 'Label for the ARIA region landmark' }, editableContentLabel: { id: 'fabric.editor.editableContentLabel', defaultMessage: 'Editable content', description: 'Label for the ARIA region landmark' } });