Happy !

matiaspierobon / YandexTranslator

Project infos

License MIT
Tags
Creation date 2017-10-31
Website

Monticello registration

About YandexTranslator

An implementation for the Yandex rest translation service.

Instalation

Gofer it
    smalltalkhubUser: 'matiaspierobon' project: 'YandexTranslator';
    configurationOf: 'YandexTranslator';
    loadDevelopment.

Usage

YandexTranslator translate: 'I love smalltalk' to: 'fr'.
YandexTranslator translate: 'Me gusta smalltalk' from: 'es' to: 'fr'.
YandexTranslator new
    from: 'es';
    to: 'en';
    text: 'El texto a traducir';
    translate.