/gth

Graviton translator's helper

Primary LanguageJavaScriptMIT LicenseMIT

gth

Graviton translator's helper

- NOTE: This is probably not up to date
-       with how Graviton translates
-       stuff now

Usage

$ gth <Up-to-date translation file> <Translation file to update>

Example: $ gth english.json french.json

Installation

  • To install the latest published version, run :
npm install -g gth

# If it fails, try the following: 
sudo npm install -g .
  • To install the developpement version, run:
git clone https://github.com/Max1Truc/gth.git
cd gth
npm install -g .

# If the last command throws an
# error, try the following: 
sudo npm install -g .