js-draw
Version:
Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript.
15 lines (14 loc) • 461 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Comments to help translators create translations.
*
* The key for each comment should be the same as is used in the
* translation and original source records.
*/
const comments = {
pen: 'Likely unused',
dragAndDropHereOrBrowse: 'Uses {{curly braces}} to denote bold text',
closeSidebar: 'Currently used as an accessibilty label',
};
exports.default = comments;
;