1.0.2 • Published 5 years ago

espanoltranslate v1.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

About

EspanolTranslate is a nice looking package that can help you translate from English To Espanol.

Installation

NPM: npm install espanoltranslate

Example usage

const ET = require("espanoltranslate")

ET.translateToES("Hello, My Names Is JuicyAdde!") 
// Translating Hello to Espanol. The answer will come in the Console/Terminal.
ET.translateToESChannel("Hello!", message.channel)
// This is only for Discord, rename message to whatever you named your message event.

Issues?

Before you open a issue, be sure to check if its hasnt been answered.