A GNUSocial plugin to translate status on the fly with Yandex API
kim 1613329751 Merge branch 'master' of diogo/YandexTranslate into master | 5 gadi atpakaļ | |
---|---|---|
README.md | 5 gadi atpakaļ | |
YandexTranslatePlugin.php | 5 gadi atpakaļ | |
jquery.min.js | 5 gadi atpakaļ |
This little plugin create a translate button at the end of each status on your timeline working with the Yandex API.
Add to the config.php file this lines
$config['site']['yandex']['api_key'] = ''; //Your Yandex API key
$config['site']['yandex']['lang'] = ''; //the shortcode of the desired language, ex. es for spanish
addPlugin('YandexTranslate'); // Activate Plugin