A command-line program to translate Metroz (an abandoned language) from/to English
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
Mia Raindrops db4f1af747 Update LICENSE 1 year ago
.gitignore Initial commit 2 years ago
.gitlab-ci.yml Update .gitlab-ci.yml 1 year ago
LICENSE Update LICENSE 1 year ago
README.md Update the readme 2 2 years ago
SatteliteGiteaData.txt Add 'SatteliteGiteaData.txt' 1 year ago
database.json h 2 years ago
index.js Update the UI a bit 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 JSON
    • release to get beautiful data with details
    • api to get machine-readable data, as a JSON object
  • <target language>:

    • en to translate from Metroz to English
    • mt to translate from English to Metroz
  • <message>: The message you want to translate