UNPKG

@atlaskit/editor-common

Version:

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

24 lines (23 loc) 789 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.commentMessages = void 0; var _reactIntlNext = require("react-intl-next"); var commentMessages = exports.commentMessages = (0, _reactIntlNext.defineMessages)({ addCommentOnMedia: { id: 'fabric.editor.addCommentOnMedia', defaultMessage: 'Add comment', description: 'Add a comment for this media (image/video)' }, viewCommentsOnMedia: { id: 'fabric.editor.viewCommentOnMedia', defaultMessage: 'View comments', description: 'View a existing comment for this media (image/video)' }, viewAndAddCommentsOnMedia: { id: 'fabric.editor.viewAndAddCommentsOnMedia', defaultMessage: 'View and add comments', description: 'View and add comments for this image' } });