1.0.5 • Published 2 years ago

translated.js v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

translated.js is just a simple compiler project in javascript also it will be available in python only some time and will be ready soon

const { Translation } = require('translation-js');

translate = new Translation()

translate.conversion('Hi', 'en', 'es').then(res => {
    console.log(res)
}).catch(err => {
    console.error(err);
});
1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago