https://github.com/puntorigen/i18n_translate
Translates Creador OPEN i18n.ini file to another lang using Google Translate
https://github.com/puntorigen/i18n_translate
Last synced: 3 months ago
JSON representation
Translates Creador OPEN i18n.ini file to another lang using Google Translate
- Host: GitHub
- URL: https://github.com/puntorigen/i18n_translate
- Owner: puntorigen
- License: mit
- Created: 2018-05-07T19:55:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T22:51:52.000Z (about 7 years ago)
- Last Synced: 2025-03-10T23:54:38.104Z (3 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Helper to translate any Creador OPEN i18n.ini file strings to another language
================================================================================
## INTROThis 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
```javascript
npm install i18n_translate -g
```## Usage
You can use the CLI as follows:```javascript
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