espanoltranslate
v1.0.2
Published
Translate English to Espanol.
Downloads
1
Readme
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.