1.0.1 • Published 1 year ago

malayo v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Malay Language Translator

This is a simple JavaScript program to translate English words to Malay.

How to Use

  1. Make sure you have Node.js installed on your machine.
  2. Clone this repository.
  3. Install dependencies by running npm install.
  4. Use the translator in your own code by requiring the translator.js module.
  5. Call the translate(word) function with an English word to get its Malay translation.
  6. If a translation for the word is not found, it will return "Translation not found".