Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

i18n-translate

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18n-translate - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

6

cli.js

@@ -27,4 +27,6 @@ #!/usr/bin/env node

// trim whitespaces for filefilter
for (var i = 0; i < fileFilter.length; i++) {
fileFilter[i] = fileFilter[i].trim();
if (fileFilter) {
for (var i = 0; i < fileFilter.length; i++) {
fileFilter[i] = fileFilter[i].trim();
}
}

@@ -31,0 +33,0 @@

@@ -5,3 +5,3 @@ {

"preferGlobal": true,
"version": "1.0.8",
"version": "1.0.9",
"private": false,

@@ -8,0 +8,0 @@ "author": "Thomas Brüggemann",

@@ -1,2 +0,2 @@

# i18n-translate [![Build Status](https://travis-ci.org/tomaszbrue/i18n-translate.svg)](https://travis-ci.org/tomaszbrue/i18n-translate) [![npm](https://img.shields.io/badge/npm-1.0.8-blue.svg)](https://www.npmjs.com/package/i18n-translate)
# i18n-translate [![Build Status](https://travis-ci.org/thomasbrueggemann/i18n-translate.svg)](https://travis-ci.org/tomaszbrue/i18n-translate) [![npm](https://img.shields.io/badge/npm-1.0.8-blue.svg)](https://www.npmjs.com/package/i18n-translate)

@@ -27,2 +27,2 @@ Automatically translates [require.js i18n](http://requirejs.org/docs/api.html#i18n) javascript files into different languages via Google Translate API.

The *file filter* for specific file names is optional. You can specify files in the target folder that you exclusively want to be translated.
The *file filter* for specific file names is optional. You can specify files in the target folder that you exclusively want to be translated.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc