UNPKG

translate-replace

Version:

A versatile npm package for translating and replacing text seamlessly. Support for multiple languages and easy integration into your projects.

13 lines (10 loc) 509 B
const config = require("../../../translate.config"); const DEFAULT = [ 'html', 'head', 'body', 'title', 'meta', 'link', 'style', 'script', 'p', 'span', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'a', 'b', 'strong', 'i', 'em', 'ul', 'ol', 'li', 'table', 'tr', 'td', 'th', 'form', 'input', 'textarea', 'select', 'button', 'img', 'video', 'audio', 'canvas', 'blockquote', 'cite', 'code', 'pre', 'footer', 'header', 'section', 'article', 'nav' ] module.exports = config.targetTags || DEFAULT;