} else if (! this.targetFilesPath().includes('{lang}')) {
      console.error(`\n⚠️ The "target_files_path" parameter in your ${this.configFile} file does not contain the "{lang}" placeholder.`)
      console.error(`\nPlease update this parameter so that it contains "{lang}", in order for the process to work.`)
      valid = false
    }