malayo
v1.0.1
Published
malay tool
Readme
Malay Language Translator
This is a simple JavaScript program to translate English words to Malay.
How to Use
- Make sure you have Node.js installed on your machine.
- Clone this repository.
- Install dependencies by running
npm install. - Use the translator in your own code by requiring the
translator.jsmodule. - Call the
translate(word)function with an English word to get its Malay translation. - If a translation for the word is not found, it will return "Translation not found".
