js-draw
Version:
Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript.
13 lines (12 loc) • 381 B
JavaScript
/**
* 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',
};
export default comments;