UNPKG

@diplodoc/transform

Version:

A simple transformer of text in YFM (Yandex Flavored Markdown) to HTML

25 lines 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ANCHOR_TITLES = exports.CUSTOM_ID_EXCEPTION = exports.CUSTOM_ID_REGEXP = void 0; var custom_id_1 = require("./custom-id"); Object.defineProperty(exports, "CUSTOM_ID_REGEXP", { enumerable: true, get: function () { return custom_id_1.CUSTOM_ID_REGEXP; } }); Object.defineProperty(exports, "CUSTOM_ID_EXCEPTION", { enumerable: true, get: function () { return custom_id_1.CUSTOM_ID_EXCEPTION; } }); exports.ANCHOR_TITLES = { ru: 'Скопировать ссылку', en: 'Copy link', ar: 'انسخ الرابط', cs: 'Zkopírovat odkaz', fr: 'Copier le lien', es: 'Copiar enlace', he: 'העתק קישור', bg: 'Копиране на връзката', et: 'Kopeeri viide', el: 'Αντιγράψτε τον σύνδεσμο', pt: 'Copiar o link', zh: '复制链接', 'zh-tw': '複製連結', kk: 'Сілтемені көшіру', tr: 'Bağlantıyı kopyala', uz: 'Havolani nusxalash', }; //# sourceMappingURL=constants.js.map