UNPKG

@starzkg/vuepress-plugin-copy-code

Version:
23 lines (22 loc) 537 B
"use strict"; 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', }, };