UNPKG

translate-replace

Version:

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

10 lines (9 loc) 172 B
const config = require("../../../translate.config"); const DEFAULT = [ "{{", "}}", "$t(", "{", "}", ]; module.exports = config.ignorContents || DEFAULT;