UNPKG

@atlaskit/editor-common

Version:

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

14 lines (13 loc) 696 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.roleDescriptionMessages = void 0; var _reactIntl = require("react-intl"); var roleDescriptionMessages = exports.roleDescriptionMessages = (0, _reactIntl.defineMessages)({ codeSnippetTextBox: { id: 'fabric.editor.ariaRoleDescription.codeSnippetTextBox', defaultMessage: 'codesnippet textbox', description: 'Aria role description for code snippet textbox. We are overriding the HTML role textbox so the translation should match the translation of the HTML role textbox in the language being used, but with "code snippet" added to the beginning to differentiate it from a regular textbox.' } });