You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.gitignore | 2 years ago | |
.gitlab-ci.yml | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 2 years ago | |
SatteliteGiteaData.txt | 1 year ago | |
database.json | 2 years ago | |
index.js | 2 years ago |
README.md
metranslator-api
A translation API that can translate English to Metroz and Metroz to English
Usage
node index.js <mode> <target language> <message>
-
<mode>
:debug
to get debugging information and pretty-printed JSONrelease
to get beautiful data with detailsapi
to get machine-readable data, as a JSON object
-
<target language>
:en
to translate from Metroz to Englishmt
to translate from English to Metroz
-
<message>
: The message you want to translate