i18n-translate
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26583
216
28