@starzkg/vuepress-plugin-copy-code
Version:
Copy Code plugin for vuepress
23 lines (22 loc) • 537 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.i18n = void 0;
/** Muti language config for copy code */
exports.i18n = {
'/zh/': {
copy: '复制成功 🎉',
hint: '复制代码',
},
'/en/': {
copy: 'Copy successfully 🎉',
hint: 'Copy the code',
},
'/de/': {
copy: 'Kopieren erfolgreich 🎉',
hint: 'Kopiere den Code.',
},
'/vi/': {
copy: 'Sao chép thành công 🎉',
hint: 'Sao chép code',
},
};