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

Automatically translates require.js i18n JSON files via Google Translate API

  • 1.0.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

i18n-translate Build Status npm

Automatically translates require.js i18n javascript files into different languages via Google Translate API.

Installation

npm install -g i18n-translate

Usage

You need a Google Translate API Key.

i18n-translate apiKey startDir sourceLang targetLang1,targetLang2,.. (file1,file2,..)

e.g.

i18n-translate iuOHAEbo9H788d34h93h4diouehIUHI test/data/ de en,fr

This would translate all the *.js files in test/data (relative to current folder in the shell) to translate from German to English and French, based on the Google Translate API language codes.

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

Keywords

FAQs

Package last updated on 12 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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