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) 204 B
const config = require("../../../translate.config"); const DEFAULT = [ ".idea", ".nuxt", "node_modules", ".git", "helpersTranslation", ]; module.exports = config.ignorFiles || DEFAULT;