puntorigen / i18n_translate

Translates Creador OPEN i18n.ini file to another lang using Google Translate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helper to translate any Creador OPEN i18n.ini file strings to another language

INTRO

This command-line (CLI) helps you add any translation language for the given Creador OPEN i18n.ini file.

Just execute it within a Creador OPEN project directory and add the target language code (ex. en); it will use the first section language code as the source language (ex. es).

Installation

npm install i18n_translate -g

Usage

You can use the CLI as follows:

i18n_translate target_lang_code [googlekeyfile.json location] [optional_key_filter]

UPDATES

version 1.0.2:

  • first beta version, Mac/Linux compatible.
  • Add readme.md file

About

Translates Creador OPEN i18n.ini file to another lang using Google Translate

License:MIT License


Languages

Language:JavaScript 100.0%